An open API service indexing awesome lists of open source software.

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

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