MERN-stack blog app using React, TypeScript, Node.js, Express, MongoDB, Tailwind CSS, JWT authentication, and a REST API.
Clone the repo
git clone https://github.com/SultanBadri/MERN-blog.git
To run the REST API, run:
cd MERN-blog
npm install
npm run devstart
The REST API is now running at localhost:3000
.
To run the client, open another terminal window and run:
cd client
npm install
npm run build
npm start
The client is now running at localhost:5000
.