Code Class about displaying text using CSS shapes.
This project is hosted as a Voorhoede Git repository. Clone it:
$ git clone git@github.com:voorhoede/code-class-text-shapes.gitInstall dependencies:
$ npm installStart server & watch files:
$ npm run startThis wil build the project, start the server and start the watcher. The project is available on localhost:3000. The watcher task will automatically build assets, styles and views. The server will be reloaded on every change.