Skip to content

surajhell88/react-redux-boilerplate

Repository files navigation

Biolerplate Code for developing React-Redux Web-App

rocket-icon.jpg

Repository Practices

  • Development folllows git-flow
  • We use Babel for ES6 and ES7 code compilation
  • All development should take advantage of ES6 and ES7

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

  • npm install or sudo npm install
  • bower install or sudo bower install

Usage

npm start

Visit http://localhost:7770/

Test

npm test

Build

npm run build

Releases

No releases published

Packages

No packages published