Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 971 Bytes

README.md

File metadata and controls

44 lines (26 loc) · 971 Bytes

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