Lessons + Code examples for the 4K Drupal 8 + React + Waterwheel training
| Four Kitchens | Luke | Mike | Randy | Taylor |
- nvm installed
- yarn for package management
- Postman for testing out the API
- React Dev Tools (Chrome/Firefox)
- Redux Dev Tools (Chrome/Firefox)
git clone git@github.com:fourkitchens/waterwheel-training.git && cd waterwheel-training- Clone this repo and change directory into itnvm use- Change to supported node version (Node 6) if you have nvm installednpm install -g yarn- Install yarn package manageryarn- Install all training dependenciescd lesson-2-answer- Change directory into desired lesson- Inside
src/configcreatelocal.jsonwith the clientSecret in it.
{
"client_secret": "abc123"
}
yarn start- Start the app- Browser window will open and code changes will hot reload