- Open the index.html file inside the src or dist directory with your browser
OR
- Serve the src or dist directory on a simple web server
- Access the index.html from the URL of your server
And then just click like mad everywhere! :)
Before you can run gulp tasks you need to install the required Node.js packages. To do so, run:
npm install
gulp test
: run unit testsgulp build
: minifies the project and stores it in the dist directorygulp clean
: cleans the dist directorygulp (default)
: gulp clean + gulp build