Closed
Description
I'm trying to test the demo on this page:
https://github.com/gajus/babel-plugin-react-css-modules/tree/master/demo
So, I created a new folder and from the console I first this:
git clone git@github.com:gajus/babel-plugin-react-css-modules.git
This give me this error:
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
So, to bypass this error I just manually download the zip file and extract the demo folder.
Next I run ... npm install
This one goes well ...
And finally I run:
webpack-dev-server
and I get:
command not found
What are the right instructions to run the demo?