Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 1.82 KB

File metadata and controls

69 lines (46 loc) · 1.82 KB

Boilerplate for ReactJS Web App

Build Status codecov dependencies Status devDependencies Status License

Features

  • ReactJS, Router, Redux
  • Unit Test
  • ES6
  • CI with Travis, Docker Build

Installation

# install dependencies
npm install

Running the tests

# run unit tests
npm run unit

# run all tests
npm test

Build and Run

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Docker support

Build docker image

bash Dockerbuild.sh

Run docker container

docker run -d --name webreactjs -p 8000:8000 jsboilerplates/web-reactjs

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License - see the LICENSE file for details