Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

nick-shmyrev/frontend-assessment

Repository files navigation

Front-end Assessment

Deployed to Surge: http://quack-support.surge.sh/

Setup

  • Clone the repo to your local machine.
  • Run npm install in the root directory to install all dependencies.
  • Run npm run dev to start the development server.
  • Run npm test to test the app.
  • Run npm run buld to build the app for production.
  • Open localhost:8080 to check out the website!