Simple application to show the benefits of using css-modules.
You may want to start to explore the project from the app folder:
- app/browser.js — contains the client application's code
- app/worker.js — forms the simple server
npm install
npm run compile
npm start
The MIT License