-
Notifications
You must be signed in to change notification settings - Fork 14
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.
Installing software and npm dependencies will take a lot of time, so better do it before attending.
- Make sure you have installed:
Run
git --version
,node --version
andnpm --version
to check which versions you have installed.
- Clone the workshop repository:
git clone https://github.com/component-driven/component-driven-development.git
- Install dependencies:
cd component-driven-development
npm install
- Try to run everything:
-
npm start
to work on exercises and run the completed style guide -
npm run app
to run the completed app
- Please pull the latest changes right before the workshop, in case we do some last minute updates:
git pull origin master
- Join the workshop at
- 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!