juliobetta / react-initial-setup

React Initial Setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

To run them once, execute:

yarn test

About

React Initial Setup

License:Other


Languages

Language:JavaScript 73.2%Language:CSS 25.6%Language:HTML 1.2%