Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rockerboo/react-starter

React 16.8 starter with StyledComponents 5, Normalize.css 8 Webpack 5 with React Hot Loader, React Hot Dom, Babel 7, ESLint 7, Stylelint 13, Jest 26
https://github.com/rockerboo/react-starter

babel jest react styledcomponents stylelint webpack

Last synced: 3 months ago
JSON representation

React 16.8 starter with StyledComponents 5, Normalize.css 8 Webpack 5 with React Hot Loader, React Hot Dom, Babel 7, ESLint 7, Stylelint 13, Jest 26

Awesome Lists containing this project

README

        

# React Starter

Archived in favor of [react-typescript-starter](https://github.com/rockerBOO/react-typescript-starter)

React 16.8 starter with StyledComponents 5, Normalize.css 8
Webpack 4 with React Hot Loader, React Hot Dom, Babel 7, ESLint 5, Stylelint 10, Jest 24

This is what I currently like to use as a starter mix. Has Workbox added but not implemented. Can be implemented like this in your application.

```
if ('serviceWorker' in navigator) {
window.addEventListener('load', () => {
navigator.serviceWorker.register('/workbox.js')
})
}
```