Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.5 KB

File metadata and controls

41 lines (32 loc) · 1.5 KB

React Starter Seed


About

This is a starter boilerplate for get up and running react-redux apps using the following technologies:

Installation

npm install

Running Dev Server

npm run dev -s

Building and Running Production Server

npm run build
npm run start