hendricksonsarahl / voluntr

An app that matches nonprofits with volunteers
8 stars 0 forks source link

add Concurrently; remove build files from repo #240

Closed rylandbell closed 6 years ago

rylandbell commented 6 years ago

Adds a script to run the Flask app and Webpack with a single command, in a single terminal window. (It also opens the virtual environment if you're not already in there.) This should make the Webpack stuff pretty invisible, so I'm again removing the built files from the repo.

To run everything (except tests), type npm start. (This update adds a node dependency, so you should run npm install once first.)

screen shot 2017-11-28 at 10 07 29 am