Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 443 Bytes

File metadata and controls

10 lines (7 loc) · 443 Bytes

Frontend Interview boilerplates

This repo contains a collection of basic boilerplate apps in various modern frontend frameworks to be used during Frontend Engineer interviews

Quick Start

  • switch to the folder of the framework of your choice
  • run npm install to install gulp and bower dependencies
  • run npm start to launch the web server
  • Access the boilerplate app at http://localhost:8080