Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.23 KB

README.md

File metadata and controls

49 lines (28 loc) · 1.23 KB

RSSGrab

This project uses Python 3.5.1

Project Setup

  1. Checkout project via git

  2. Install Anaconda

  3. Create a new environment using anaconda and the environment.yml

    conda env create -f environment.yml

  4. Activate your the environment

    source activate rssgrab

  5. Start the backend

    python server.py

  6. Start the client

    1. If you haven't done so already

    2. Switch directory

      cd client

    3. Install npm modules:

      npm install

    4. Install bower dependencies

      bower install

    5. Start the client

      gulp serve

    The client application is located under client/app

Links and useful resources