https://github.com/janstuemmel/react-boilerplate
simple react boilerplate with jest
https://github.com/janstuemmel/react-boilerplate
enzyme jest react react-router
Last synced: 3 months ago
JSON representation
simple react boilerplate with jest
- Host: GitHub
- URL: https://github.com/janstuemmel/react-boilerplate
- Owner: janstuemmel
- Created: 2017-05-30T10:43:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T16:14:42.000Z (about 9 years ago)
- Last Synced: 2025-06-04T06:16:35.725Z (about 1 year ago)
- Topics: enzyme, jest, react, react-router
- Language: JavaScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React boilerplate
[](https://travis-ci.org/janstuemmel/react-boilerplate)
Another react boilerplate with following modules:
* `bootstrap`
* `react-bootstrap`
* `react-router-dom`
Testing with `jest` and `enzyme`.
## Install
```sh
npm install # install dependencies
npm test # runs tests
npm test -- --watch # runs tests on file change
```
## Build
```sh
gulp # watches file change
gulp build # builds distribution files
npm start # starts nodemon server
```