Digital Platform behind Let America Vote.
npm install
cp .env.example .env# Compile client assets & watch for changes
$ npm start
# Compile client assets in production settings
$ npm run build
# Build + watch client assets and run dev server
$ npm run dev-server
# Run the production server configuration
$ npm run server
TLDR: When developing locally use npm run dev-server and visit localhost:5000 in your browser.