Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 383 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 383 Bytes

Fostly-Web

BE Service for this App is here - https://github.com/destromas1/fostly-server

To install the dependencies

yarn install or npm i

To run the app server

npm start

Runs the app in the development mode.
Open http://localhost:8889 to view it in the browser.

To run Tests -

npm test

To Build the app -

npm run build