Llewellin / react-web

react web starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of Contents

  1. Setup and run the project
  2. Testing
  3. Technology review
  4. What's more

Setup and run the project

  1. run yarn to install all the dependencies
  2. run the project
    • run in dev: yarn run dev
    • generate production package: yarn run build

Testing

  • run yarn run test to run all the test suites
  • run yarn run test-coverage to see the test coverage

Technology reviews

Error handling

Tested Browsers

Chrome

Local Storage

redux-persist

Webpack & babel

  • jest integration
  • typescript support
  • dynamic loading support

Debugging

why-did-you-update redux-logger

Logging

redux-logger bugsnag

Bugsnag

To see the dashboard in bugsnag, please provide your email address to exsequens15@gmail.com, so I can add you in our collaborator group

What's more...

  1. Responsive Web Design - By far no RWD support.
  2. Write more test suites
  3. CI/CD

About

react web starter


Languages

Language:JavaScript 89.2%Language:CSS 9.7%Language:HTML 1.1%