The https://www.flock-se.com website.
- run
npm run build
to build usinggulp
. - run
npm run start
to build usingserve
.
In the project directory, you can run:
Executes the default gulp task which will clean the /dist/ folder and then create a new distribution with minimized html, js and css.
These are the tasks which are combined in the gulp default task. Can also be ran seperate.