This is a basic scaffold of a project which we'll use during the face to face frontend interview at Funding Circle. Please clone the repo and follow the setup instructions ahead of time, or let us know if you'd prefer to use one of our machines.
- As a prerequisite, we'll need you to have Node 10+ installed along with NPM.
- Install the project dependencies using
npm install
- You're done.
- In your terminal, run
npm run dev
. - The application should be running on http://localhost:8080