Setup
git clone https://github.com/rangle/react-training
npm install -g jspm
npm install
jspm install
npm run dev
Troubleshooting
jspm complains that github rate limit reached
Go to github.com, login and click
settings
Click Personal access tokens and then
Generate new token
(make sure to enable all the options you want)Copy the token and start command line inside the project folder
Run
jspm registry config github
Last updated
Was this helpful?