Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.
/ react-starter Public archive

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

Notifications You must be signed in to change notification settings

rockerBOO/react-starter

Repository files navigation

React Starter

Archived in favor of 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')
	})
}

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published