Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 204 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 204 Bytes

lsdg-node-vue

LSDG Node.js/Vue.js Sample Project

Setup

# install dependencies
npm install

# build client and watch for changes
npm run build

# start express server
npm run server