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.)
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 runnpm install
once first.)