Skip to content

Starter kit for creating universal React applications.

License

Notifications You must be signed in to change notification settings

Thomas0c/react-starter

 
 

Repository files navigation

React Starter Circle CI

Universal React seed (boilerplate) w. modificatons based on react-starter.

Modifications

Why not build a boilerplate from scratch? Because: 1) time, 2) too many boilerplates already. Richard Käll's work is great, and I see no reason to re-do what he has already done well, just to say that I made it from scratch.

  • webpack-isomorphic-tools allows us to fully support loading and serving images and styles client- as well as server-side.

Note to beginners

  • Boilerplates are not beginner-friendly, and this is not an exception. While this might be a great playground for you to explore tooling, combination of libraries etc. I highly recommend getting to know React, Webpack, Redux etc. one by one. For that purpose I can highly recommend React.js Program, Redux on Egghead and React how to.

Features

Setup

$ npm install

Get started

Start development server:

$ npm start

Start production server:

$ npm run prod

Build for production:

$ npm run build

About

Starter kit for creating universal React applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.2%
  • CSS 0.8%