Fruitware gulp starting file
- copy the files from the repo into markup folder in your project.
- run
npm install
in markup folder - run
gulp structure
to get all starting files in place - run
gulp generate
to create the build folder and generate all css, js and image files into it. - run
gulp
to watch for changes.
Every time you stop gulp and continue working later on, just run gulp
.
After running gulp, you can access your site at localhost:4000/.
Live reload is already running on this port, but you need to enable it with browser extension.
You can download chrome extension or firefox extension, and enable it on the working page by clicking the extension icon in toolbar.