Skip to content

tuchk4/component-driven-development

 
 

Repository files navigation

Component-driven development workshop

Build Status

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.

System requirements

We recommend nvm or n to install Node.js.

Setup

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 app
  • npm run styleguide to run a completed style guide

Tech stack

Authors and license

Artem Sapegin, Andrey Okonetchnikov and contributors.

MIT License, see the included License.md file.

About

Component-driven Development example app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.0%
  • HTML 4.0%