npm install
NODE_ENV=development npm run start
open http://localhost:8080
NODE_ENV=production node .
open http://localhost:8080
- apis/ BE(contains the endpoints for this application)
- webpack/ FE(Webpack configuration)
- conf/ BE(configuration used inside the application)
- src/ FE(this is sourcefile for front-end stuff)