aausch / Blog-Tutorial

This is a tutorial for a Medium story

Home Page:https://medium.com/@_aerdeljac/learn-how-to-create-a-simple-blog-with-react-node-c05fa6889de3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog-Tutorial

Simple blog created using React.js & Node.js

Prerequisites

Make sure you have these installed on your machine

  • Node.js
  • MongoDB
  • npm This comes with Node.js, but make sure you check if you have it anyway

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

Authors

Acknowledgments

About

This is a tutorial for a Medium story

https://medium.com/@_aerdeljac/learn-how-to-create-a-simple-blog-with-react-node-c05fa6889de3


Languages

Language:JavaScript 90.4%Language:HTML 7.9%Language:CSS 1.7%