/frontend-interview-scaffold

Basic HTML and Scss scaffold for the face to face interview

Primary LanguageJavaScript

Frontend Interview scaffold

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.

Setting up

  1. As a prerequisite, we'll need you to have Node 10+ installed along with NPM.
  2. Install the project dependencies using npm install
  3. You're done.

Running the application

  1. In your terminal, run npm run dev.
  2. The application should be running on http://localhost:8080