#Tools-Back-End python Flask SQLAlchemy
*pip install -r requeriments.txt
- install dependencies
python -m unittest discover -s server -p "*_test.py"
run all test in all folders
#Tools-Front-End react react-router webpack
Make sure you have installed NodeJS and NPM first and that you can run them from the command line.
npm install
first to install dependencies
npm run build
- Build the projectnpm run watch
- Start the Webpack dev server