pradeep1991singh / reactjs-starter

ReactJs starter application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ReactJs starter application


Languages

Language:JavaScript 64.2%Language:HTML 19.4%Language:CSS 16.4%