https://github.com/juliobetta/react-initial-setup
React Initial Setup
https://github.com/juliobetta/react-initial-setup
cypress jest offline-first pouchdb react react-router-v4 react-toolbox redux webpack3
Last synced: 3 months ago
JSON representation
React Initial Setup
- Host: GitHub
- URL: https://github.com/juliobetta/react-initial-setup
- Owner: juliobetta
- License: other
- Created: 2017-10-16T20:02:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-04T17:20:15.000Z (over 8 years ago)
- Last Synced: 2025-04-05T00:14:50.241Z (12 months ago)
- Topics: cypress, jest, offline-first, pouchdb, react, react-router-v4, react-toolbox, redux, webpack3
- Language: JavaScript
- Size: 251 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# React Initial Setup
## Stack
* React 16
* React-Toolbox (Material Design)
* React-Router
* redux
* PouchDB
* Jest, for unit tests
* Cypress, for integration tests
* etc
* ... and it works offline!
## Installation
`npm install -g yarn && yarn` and BOOOM!
## Run & Generate
**Development mode**
yarn start
... and access http://localhost:8080
**Build Web package**
yarn build
The files will be located in the folder `www`.
## Tests
The project is covered by tests using Jest and [Cypress](https://cypress.io).
To run them once, execute:
yarn test