Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 418 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 418 Bytes

Notify | React NodeJS

🔔 Front end website showcasing Notify web prototype.

Usage

Install nodemon globally

npm i nodemon -g

Install server and client dependencies

yarn
cd client
yarn

To start the server and client at the same time (from the root of the project)

yarn dev

Deployment

App deployed on heroku.