Skip to content
This repository was archived by the owner on May 17, 2022. It is now read-only.

03 Grunt tasks

DesignThingy edited this page Dec 13, 2019 · 1 revision
Tasks Description
Development grunt dev or npm start Build and run the local server (development ready)
Build grunt build Build the project (production ready)
Preview grunt prev Preview the project on local server
Test grunt test or npm test Run tests on JS and SCSS files
Clone this wiki locally