wThomas84 / react-starter

React starter written from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

React starter written from scratch


Languages

Language:JavaScript 95.3%Language:HTML 4.1%Language:CSS 0.6%