/simple-react-boilerplate

A simple react-redux boilerplate

Primary LanguageJavaScriptMIT LicenseMIT

Simple-react-boilerplate

A simple boilerplate for building web applications

Boilerplate based on Express, React, Redux, React Router, Node and Webpack.

Installation

Clone the repo via git:

git clone --depth=1 https://github.com/nilyu/simple-react-boilerplate.git your-project-name

Install dependencies with npm

$ cd your-project-name
$ npm install

Start the app in a development environment:

$ npm run start-dev

Start the app in a production environment:

$ npm run start-prod

Eslint

An eslint configuration file is not included.