This repository contains exercises for Component-driven development workshop. Before attending the training, please make sure you can run the code in this repository.
Try the app or view the style guide.
We recommend nvm or n to install Node.js.
First, clone the repository and install the dependencies:
git clone https://github.com/component-driven/component-driven-development.git
cd component-driven-development
npm install
Then run npm run exercise N
, where N is the number of an exercise you want to do.
Or run:
npm start
to run a completed appnpm run styleguide
to run a completed style guide
Artem Sapegin, Andrey Okonetchnikov and contributors.
MIT License, see the included License.md file.