A web application that allows you to track all the sundaes available in Montreal
- React
- Node.js
- Express.js
-
Clone the repo
git clone https://github.com/Crim-oo/Montreal-Sundae-Tracker.git
-
Set up the
client and the server
Install the required dependencies:
cd server/ && npm i
cd client/ && npm i
-
Run the
application
Enter this command on the folder "server" of the project.
npm run dev