/reactjs-starter

ReactJs starter application

Primary LanguageJavaScript

Introduction

ReactJs starter application

Get application code

$ git clone https://github.com/pradeep1991singh/reactjs-starter.git

Installation

Checkout the repository and install prerequisite packages:

$ cd reactjs-starter
$ npm install

Run application

Run test reactjs-starter application:

npm start

Note: You should be seeing your app running at http://localhost:3000/

Test

Run reactjs-starter application test:

npm test

Build

Build production application:

npm build