Simple blog created using React.js & Node.js
Make sure you have these installed on your machine
Install backend packages
cd server/
npm i
Install frontend packages
cd client/
npm i
To run the app (dev. mode)
cd server
node app.js
cd client
npm start
- Node.js - The backend framework used
- Express.js - Node.js framework used
- React.js - The frontend framework used
- MongoDB - Database platform used
- Antonio Erdeljac - Initial work - Blog-Tutorial
- This was a tutorial for my Medium article