Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 339 Bytes

File metadata and controls

23 lines (12 loc) · 339 Bytes

My-Portfolio

Check the site web Here

Installation and Setup Instructions

Clone down this repository. You will need node and npm installed globally on your machine.

Installation:

npm install

To Run Test Suite:

npm test

To Start Server:

npm start

To Visit App:

localhost:3000