Hello dear candidate!
We have created this template to bootstrap your homework project without too much hassle.
This document assumes installation on an ubuntu linux or macOS based machine. Our IDE’s of choice is jetbrain’s Webstorm.
- You have git
- You have node version v8.6.0 installed
- You have yarn/npm installed
- Make sure you have access to the designs in Zeplin, if not ask us for access with the right email address.
- Clone this repository
- Run "yarn" or "npm install" from project folder
- Make sure that all is working using "yarn run start" / "npm run start"