Hack the North Frontend Challenge Starter

Setup

Clone this repo (DO NOT FORK!):

git clone git@github.com:hackthenorth/frontend-challenge-starter.git

Install dependences:

npm install

Run development mode:

npm start

Your app will be running at http://localhost:3000/

Support

If you have any questions, or problems setting this up, send an email to moaaz@hackthenorth.com

Additional information

For more information on setting up an application like this check out Create React App.