Skip to content

Pre workshop email

Andrey Okonetchnikov edited this page May 22, 2020 · 7 revisions

Hi,

To start the workshop as quick and as smooth as possible, we’re asking you to do some preparation in advance.

Before the workshop

Installing software and npm dependencies will take a lot of time, so better do it before attending.

  1. Make sure you have installed:

We recommend n or nvm to install Node.js.

Run git --version, node --version and npm --version to check which versions you have installed.

  1. Clone the workshop repository:
git clone https://github.com/component-driven/component-driven-development.git
  1. Install dependencies:
cd component-driven-development
npm install
  1. Try to run everything:
  • npm start to work on exercises and run the completed style guide
  • npm run app to run the completed app

On the day of the workshop

  1. Please pull the latest changes right before the workshop, in case we do some last minute updates:
git pull origin master
  1. Join the workshop at
  2. Join Slack channel

In case something isn't working, or you can't join the Zoom call, please ping @okonet or @Artem Sapegin on Slack and we'll help you.


We’re looking forward to seeing you soon!

Clone this wiki locally