/React-boiler-plate

This project is intended to be used as a boiler plate for a client web application. Application provides a scalable interface to create a React Redux project with all basic requirements.

Primary LanguageJavaScript

The project is intented to bootstrap a client web application using React, Redux, Router, Jest, Enzyme, Webpack and Github Pages from scratch

Project

Contents

Prerequisite

Node v10.0.0 npm v5.6.0

Installtion process

  • clone the project
git@github.com:ArunRamachandran/ProductHub-React-Redux-BoilerPlate.git
  • Install the project dependencies
npm install
  • Run in development mode
npm run start
  • To run unit test cases
npm run test

Production build

npm run build