Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

statikbe/takeoff

Repository files navigation

Takeoff

A starter kit for an HTML project with Sass.

We use takeoff with our webpack boilerplate found here. We normally put it inside [root]/takeoff

After you've copied the files into the correct folder, get the needed dependencies with $ yarn install. After all the needed packages are downloaded, you can start the build with:

$ yarn run watch

Icons

You have to specify the package.json path in takeoff/icons/iconfont.font.js

Needed before you can use our takeoff

Webpack boiler plate

https://github.com/statikbe/webpack

Node.js and npm

https://docs.npmjs.com/getting-started/installing-node

Yarn

npm install -g yarn