pazqo / react-boilerplate

Simple starter boilerplate for Single Page Applications using React and Browserify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Boilerplate

A minimal and solid React JS application skeleton.

Start small, add only what you need.

This starter kit aims to give you a good starting point for your projects. If you're looking for a (really) minimal ES6 React JS starter, this is probably for you.

Why there are no Flux or Isomorphic things inside?

If you are a beginner, you probably don't want a complex structure with lots of things to care about. If you are an advanced user, why should I choose a Flux implementation for you?

How to add Css dependencies

Currently we have not included any automatic tool to integrate css into the index.html file. Please, add the required css such as bootstrap or other css to the src/styles folder. Suggestions are welcome!!

Usage

Clone this repository:

Install the dependencies:

npm install

Test:

npm test

Development mode with live-reload:

npm start

When you are done, create a production ready version of the JS bundle:

npm run build

Tools used:

Styles

JSX/ES6 transpilation

JS Minification

Modules

Dev server/livereload

Code linting

Bootstrap

About

Simple starter boilerplate for Single Page Applications using React and Browserify

License:Apache License 2.0


Languages

Language:JavaScript 88.2%Language:HTML 11.1%Language:CSS 0.7%