-
Notifications
You must be signed in to change notification settings - Fork 14
Pre workshop email
Artem Sapegin edited this page Apr 19, 2019
·
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 on a conference wifi, so better do it at home.
- 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
To refresh your React knowledge we recommend the official tutorial and The Beginner’s Guide to React course by Kent C. Dodds. To learn command line basics we recommend Really Friendly Command Line Intro by Tracy Osborn.
Please pull the latest changes right before the workshop, in case we do some last minute updates:
git pull origin master
We’re looking forward to seeing you soon!