Skip to content

pradeep1991singh/reactjs-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published