Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 425 Bytes

File metadata and controls

19 lines (12 loc) · 425 Bytes

Core Program Final Project

A starter project for the Core program final project:

https://hub.hackyourfuture.nl/core-program-week-14

Setup

  1. Clone the repository
  2. Run npm install to install dependencies
  3. Run npm start to run the application

Code quality

  • Run npm run lint to check for linting errors
  • Run npm run format to format the code with Prettier

Tests

Run npm test to run the tests