Welcome to Sans Bureau's Landing Boilerplate 🌈


How to start this project?

Install:

yarn global add gulp pushstate-server

yarn install

And then run this two commands on separate windows to start local server and to run compilation of sass files:

yarn start

yarn run start:sass

How to build files to send them to the client?

Run:

yarn run build

That will create a public folder with minified files.