mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-07 03:35:18 +02:00
Local search for apps
This commit is contained in:
parent
8521995758
commit
6ae6c58f4c
14 changed files with 297 additions and 4751 deletions
14
package.json
14
package.json
|
@ -5,13 +5,13 @@
|
|||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"init-server": "echo Instaling server dependencies && npm install && mkdir public && touch public/flame.css",
|
||||
"init-client": "cd client && echo Instaling client dependencies && npm install",
|
||||
"dev-init": "npm run init-server && npm run init-client",
|
||||
"dev-server": "nodemon server.js",
|
||||
"dev-client": "npm start --prefix client",
|
||||
"dev": "concurrently \"npm run dev-server\" \"npm run dev-client\"",
|
||||
"skaffold": "concurrently \"npm run init-client\" \"npm run dev-server\""
|
||||
"init:server": "echo Instaling server dependencies && npm install && mkdir public && touch public/flame.css",
|
||||
"init:client": "cd client && echo Instaling client dependencies && npm install",
|
||||
"dev:init": "npm run init:server && npm run init:client",
|
||||
"dev:server": "nodemon server.js",
|
||||
"dev:client": "npm start --prefix client",
|
||||
"dev": "concurrently \"npm run dev:server\" \"npm run dev:client\"",
|
||||
"skaffold": "concurrently \"npm run init:client\" \"npm run dev:server\""
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue