Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 236 Bytes

File metadata and controls

25 lines (17 loc) · 236 Bytes

Getting Started

Navigate to project directory and run the following

npm install

or

yarn

After the project has installed you can start it by running the following command

npm start

or

yarn start