athmangude / react-starter

A react boilerplate with webpack, babel, hot-module replacement, es7 decorators, react-router, redux, middleware, thunk and material-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting up the Project

First you'll need Node.js and the package manager that comes with it: npm.

Once you've got that working, head to the command line where we'll set up our project.

Clone the Tutorial

https://github.com/athmangude/react-starter.git
cd react-router-tutorial
cd lessons/01-setting-up
npm install
npm start

Now open up http://localhost:3000

About

A react boilerplate with webpack, babel, hot-module replacement, es7 decorators, react-router, redux, middleware, thunk and material-ui


Languages

Language:JavaScript 98.2%Language:HTML 1.0%Language:CSS 0.8%