This project uses Python 3.5.1
-
Checkout project via git
-
Create a new environment using anaconda and the environment.yml
conda env create -f environment.yml -
Activate your the environment
source activate rssgrab -
Start the backend
python server.py -
Start the client
-
If you haven't done so already
-
Switch directory
cd client -
Install npm modules:
npm install -
Install bower dependencies
bower install -
Start the client
gulp serve
The client application is located under client/app
-