A boilerplate with VueJS frontend and Express backend
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# to start the backend on port 3000
npm run start-server
- Add starting, lauching page
- Dockerize the whole
- Add codepipeline and ec2 deployment script