/react-redux-boilerplate

React Redux Boilerplate

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

React Redux Boilerplate

Requirements

  • node ^6.0.0
  • npm ^3.0.0

Installation

After confirming that your environment meets the above requirements, you can create a new project based on react-redux-boilerplate by doing the following:

$ git clone https://github.com/ffrizzo/react-redux-boilerplate.git <project_name>
$ cd <project_name>

When that's done, install the project dependencies.

$ npm install

Running the Project

After completing the installation step, you're ready to start the project.

$ npm start