Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.01 KB

README.md

File metadata and controls

37 lines (20 loc) · 1.01 KB

mern-bite-url

This is an experiment in universal rendering and declarative programming in React with the fantastic MERN project.

gif

Quickstart

  git clone https://github.com/jforaker/mern-bite-url.git
  npm install -g mern-cli
  npm install
  npm run dev

Deploying to Heroku

See my post on Hashnode


About MERN

MERN is a scaffolding tool which makes it easy to build isomorphic apps using Mongo, Express, React and NodeJS. It minimizes the setup time and gets you up to speed using proven technologies.

Note : Requires MongoDB... for installation guide see this.