turbobeast / isomorphic-react-base

The bare minimum needed to create an isomorphic React App with ES6/babel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Isomorphic React Base

Just the skeleton of an Isomorphic React App with Babel support.

Getting Started

Clone.

git clone git@github.com:turbobeast/isomorphic-react-base.git
cd isomorphic-react-base

Build.

npm run build

Serve.

npm start

Lint.

npm run lint

About

The bare minimum needed to create an isomorphic React App with ES6/babel


Languages

Language:JavaScript 95.4%Language:CSS 4.6%