💯 Noto Font by Google | School Project
- Babel
^6.0.0
ES6+ support - Sass CSS with superpowers
- Imagemin minify images seamlessly
- Browsersync time-saving synchronised browser testing
- Gulp streaming build system
- Webpack module loader and bundler
Just clone the repo and start :
$ git clone https://github.com/luknl/hetic-p2019-12-noto.git
$ cd hetic-p2019-12-noto
$ yarn # Install Node.js components listed in ./package.json
Think to install gulp in global on your desktop : yarn global add gulp
, if this has not been done before.
$ yarn run build
$ yarn run server
This will start a Node.js server with sockets support. You can change config in the following directory : src/shared/config
.
$ yarn start
This will start a lightweight development server (browsersync dev server) with live reloading.
You need to run server in background to enable sockets support by launching following script :
$ yarn run server