Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 649 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 649 Bytes

Hack the North Frontend Challenge Starter

Setup

Clone this repo (DO NOT FORK!):

git clone [email protected]: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 [email protected]

Additional information

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