Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 757 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 757 Bytes

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