/message-board

Message app

Primary LanguageJavaScript

Messages app

Heroku deploy

You can see the app in action in App Link

Installation

First you need to clone the repo

git clone https://github.com/lorenzo774/message-board
cd notes

Now it's time to install all the node modules using npm

npm i

Now you can run the watch script

npm run watch

Et voilĂ , now you can go to localhost:3000 to see the app running in your local machine!