A simple Sketch to HTML/CSS/JS code test using our 100/100 google page speed tested static starter as a base starting point.
This simple test is designed to test your thought process and ability to follow instruction, yet work with our existing tools.
- Fork this repository
- Branch off using your name as the branch
- Send a message letting us know when you estimate to have the ttest complete
- Complete the code test
- Deploy to Netlify
- Create pull request on this repository to let us know youve finished.
What we are looking for:
- Ability to use Git, Netlify and our boilerplate for all new projects
- Any additional code is written in a structured easy to read and edit format using the existing structure
- The ability to follow instructiion
- Page schema assets (Fav/Share/Apple Touch)
- Google Page Speed
- The ability to match design to code (Very Important!)
- Communication
Install node.js. Then gulp and bower if you haven't yet.
$ npm -g install gulp bower
Install bower and npm dependencies, and run your code in development mode.
$ npm install
$ bower install
$ gulp serve
When you are ready to build a production release there is a task for that:
$ gulp build:dist
This task will lint your code, optimize css js and images files. After the task has successfully finished, you can find an optimized version of your project inside the /build/dist folder.
To test the distribution release:
$ gulp serve:dist
To get all the exportable assets from sketch: (You will need the Sketch Tool)
$ gulp sketch