first commit
This commit is contained in:
11
package.json
Normal file
11
package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "turingflow-shop-001",
|
||||
"version": "1.0.0",
|
||||
"description": "Turingflow Shop Template",
|
||||
"scripts": {
|
||||
"dev": "browser-sync start --server 'html' --files 'html/**/*.html, html/**/*.css, html/**/*.js' --no-notify --host 0.0.0.0 --port 3000"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browser-sync": "^3.0.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user