https://github.com/pietheinstrengholt/vue-express-boilerplate
A boiler template with VueJS frontend and Express backend
https://github.com/pietheinstrengholt/vue-express-boilerplate
Last synced: 5 months ago
JSON representation
A boiler template with VueJS frontend and Express backend
- Host: GitHub
- URL: https://github.com/pietheinstrengholt/vue-express-boilerplate
- Owner: pietheinstrengholt
- License: mit
- Created: 2018-12-09T13:00:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T15:21:46.000Z (almost 7 years ago)
- Last Synced: 2025-05-08T21:16:14.735Z (5 months ago)
- Language: JavaScript
- Size: 98.6 KB
- Stars: 7
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-express-boilerplate
> A boilerplate with VueJS frontend and Express backend
## Build Setup
``` bash
# 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
```## Todo
- Add starting, lauching page
- Dockerize the whole
- Add codepipeline and ec2 deployment script