Basket project.
-
Install: install npm packege via
npm i; -
Create config file PATH
./config/local.jsmodule.exports.server = { port: 8081 }
-
Run:
- Build bandle.js use
npm run build; - Run MongoDB and use default configuration;
- Run backend server
node server.jsORnodemon; - Go to
localhost:8081; - Enjoy;