Skip to content

sanishmaharjan/reactWebApp

Repository files navigation

Simple React web application

This is sample reactJs application for beginner..

Demo Url

Travis CI

Development

Local Setup Instructions

  1. Clone repository
$ git clone git@github.com:sanishmaharjan/reactWebApp.git
  1. Move into the owa directory
$ cd reactWebApp
  1. Install yarn if not installed in your system
$ npm install --g yarn
  1. Install the dependencies
$ yarn install
  1. Build & compile code
$ yarn webpack
$ yarn build-webpack #webpack with Compress for production 
  1. Run node server
$ yarn dev
$ yarn start #webpack and run node server
  1. Browse Application

  2. For Testing

$ yarn test
$ yarn test-watch  #if you want run test in watch mode
$ yarn test-coverage #view test coverage

About

Sample react web application (NOT server side)

Resources

Stars

Watchers

Forks

Packages

No packages published