A bare minimum boilerplate for a universal webapp using express and webpack
- Run
npm install
- Run
npm run dev
- Go to
localhost:3000
to see the app
- api/: Your api code
- client/: your client side code
- compiled/: your compiled code to deploy
- Run
npm install
- Run
npm run build
- All the code will be built inside 'compiled' dir