- Install nodejs 12.8.+
- install npm
- Clone repo
- Open repo folder in VS Code
- Run command
npm install
in terminal - Go to
Task-> Run Build Task
menu option in VS Code - Run both Compile and npm:WatchReact tasks
- From the terminal, go to the repo's folder
- From the debug panel of the new VS Code instance, run the
Launch Extension
option or press F5. This will open a new instance of VS Code in dev mode - See VS Code Docs for additional details
npm run storybook