npm i && cd client && npm i && cd ..
install dependencies for server and clientnpm start
run server with nodemon, concurrently run webpack dev server for client
npm i && cd client && npm i && cd ..
install dependencies for server and clientcd client && npm run build && cd ..
build frontend static filesnpm run prodServe
- run server (backend + serving static files)
Software is released under the [GPL-3.0 license] (http://opensource.org/licenses/GPL-3.0)