https://github.com/matt-d-rat/css-360-no-scope-webpack-demo
A demo of CSS Modules using a bare minimum webpack setup.
https://github.com/matt-d-rat/css-360-no-scope-webpack-demo
Last synced: 2 months ago
JSON representation
A demo of CSS Modules using a bare minimum webpack setup.
- Host: GitHub
- URL: https://github.com/matt-d-rat/css-360-no-scope-webpack-demo
- Owner: matt-d-rat
- License: mit
- Created: 2015-12-02T06:06:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-02T06:28:20.000Z (over 9 years ago)
- Last Synced: 2023-04-12T05:08:40.375Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSS 360° no scope
A demo of [CSS Modules](https://github.com/css-modules/css-modules) using a bare minimum webpack setup.
Demoed as part of the [CSS 360° no scope](http://matt-d-rat.github.io/deck-css-360-no-scope) talk presented by Matt Fairbrass [mattfairbrass.com](mattfairbrass.com) at the [SydCSS December 2015 meetup](http://www.meetup.com/SydCSS/events/226855511/).
## Running the project
```sh
$: cd css-360-no-scope-webpack-demo
$: npm install
$: npm start
```## Building the project for production
```sh
$: cd css-360-no-scope-webpack-demo
$: npm run dist
```## Tutorial branches
The ```master``` branch represents the finished project. If you want to understand the sequential steps taken to create the webpack config and get the project up and running check out the ```tutorial/*``` branches in numerical order.