npm run-script build
npm start
Changes | Description |
---|---|
Webpack config | Added webpack config for production version and development version |
CSS modules React | Added new structure of styles. All components have their own independent scss files. https://github.com/css-modules/css-modules, https://www.youtube.com/watch?v=FUHuBpzVHrg&t=2102s |
Stylelint | Added stylelint config |
ServiceWorker | Added |
ReactGoogleMaps | Use npm module react-google-maps (added custom styles and custom markers) |
Geolocation | The HTML Geolocation API is used to get the geographical position of a user. |