Skip to content

jforaker/mern-bite-url

Repository files navigation

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.