Skip to content

kscheirer/waterwheel-training

 
 

Repository files navigation

waterwheel-training

Four Kitchens

Lessons + Code examples for the 4K Drupal 8 + React + Waterwheel training

Contributors

Four Kitchens Luke Mike Randy Taylor
Four Kitchens Luke Mike Randy Taylor

Prerequisites

Usage

  • git clone [email protected]:fourkitchens/waterwheel-training.git && cd waterwheel-training - Clone this repo and change directory into it
  • nvm use - Change to supported node version (Node 6) if you have nvm installed
  • npm install -g yarn - Install yarn package manager
  • yarn - Install all training dependencies
  • cd lesson-2-answer - Change directory into desired lesson
  • Inside src/config create local.json with the clientSecret in it.
{
  "client_secret": "abc123"
}
  • yarn start - Start the app
  • Browser window will open and code changes will hot reload

About

Resources + Code examples for the 4K Waterwheel training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.8%
  • CSS 10.0%
  • HTML 3.2%