Project #14 - Wealth health
Getting Started
Prerequisites
Wealth Healt uses the following tech stack:
Instructions
- Fork this repo
- Clone the repo onto your computer
- Open a terminal window in the cloned project
- Run the following commands:
Install dependencies
npm install
Start local server
npm run server
the server is open on port 3004 and is connected to the file database.json
Start application
npm start
Start Sass
npm run sass
Start Jest
npm run test
npm run coverage