Note: This repo is for subject in my school. Feel free to use it, fork it and patch it for your own needs.
- Node 16
Clone the repo and install the dependencies.
git clone https://github.com/waelfraj/mernTp.git
cd mernTp
npm install
To start the express server, run the following
npm run start:dev
Open http://localhost:3000 and take a look around.