css-modules / css-modules-require-hook

A require hook to compile CSS Modules in runtime
MIT License
484 stars 44 forks source link

How to clone your demo? #66

Closed wzup closed 8 years ago

wzup commented 8 years ago
$ git clone https://github.com/css-modules/css-modules-require-hook/tree/master/demo
Cloning into 'demo'...
fatal: repository 'https://github.com/css-modules/css-modules-require-hook/tree/master/demo/' not found
mightyaleksey commented 8 years ago

Hm, I haven't described that step. Actually, you need to clone the whole repo:

$ git clone git@github.com:css-modules/css-modules-require-hook.git
$ cd css-modules-require-hook/demo
$ npm install
$ npm run compile
$ npm run start
mightyaleksey commented 8 years ago

Thank you for the issue, I updated the readme file: https://github.com/css-modules/css-modules-require-hook/tree/master/demo#quick-start

Should work for now.