Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 302 Bytes

development.md

File metadata and controls

29 lines (19 loc) · 302 Bytes

Development

If you're feeling courageous, run the following to do everything at once.

npm i; npm t; npm start;

Installation

Install the Dependencies

npm install

Usage

Run the Tests

npm test

Run the App

npm start