This is an experiment in universal rendering and declarative programming in React with the fantastic MERN project.
git clone https://github.com/jforaker/mern-bite-url.git
npm install -g mern-cli
npm install
npm run dev
See my post on Hashnode
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.