/react-starter

React starter written from scratch

Primary LanguageJavaScript

React starter written from scratch

  • No create-react fuckup
  • So simple, you can use it right away
  • React 16.8, Redux 6, React-Router-v4, Webpack 4, Babel 7.4, Jest
  • Up2Date tech stack for a React/Redux App
  • 100% tested

How to use

    # Start the app (serving from http://localhost:3000)
    npm start
    
    # Run the tests (one-shot)
    npm run test
    
    # Run and watch tests 
    npm run test:watch

Todos

  • Add production readiness
  • Add hooks

Some sources: