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