tagraha / react-scratch

Minimal setup react, webpack, babel with async data fetching (universal rendering)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimal setup for react, webpack, babel

All Contributors

git clone git@github.com:tagraha/react-scratch.git
cd react-scratch
npm install
npm run build
npm run start-dev

Production scripts it will build & run in production mode

npm run build:production
npm start

it should be run on localhost:3000

Technology

Todos

  • Vendor Code Splitting
  • improve Lighthouse score for PWA
  • unit testing & code coverage

Contributors

Thanks goes to these wonderful people (emoji key):


Tirta Nugraha

πŸ’» πŸ“–

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Minimal setup react, webpack, babel with async data fetching (universal rendering)

License:MIT License


Languages

Language:JavaScript 58.4%Language:CSS 41.6%