Purdue-CSUSB / openideas

Vote on ideas to improve your community
MIT License
0 stars 1 forks source link

OpenIdeas Build Status Join the chat at https://gitter.im/purdueusb-openideas/Lobby

Vote on ideas to improve your community

Build Setup

# install dependencies
npm install

# serve frontend with hot reload at localhost:8080
npm run dev

# build frontend for production with minification
npm run build

# build frontend for production and view the bundle analyzer report
npm run build --report

# run backend for development
npm run backend