-
Install the dependencies:
# npm npm install
-
Start the development server:
# gulp gulp
Now you should be able to see the project running at localhost:3000.
-
Open
./index.html
in your editor and start editing!
# gulp
gulp build
Install the dependencies:
# npm
npm install
Start the development server:
# gulp
gulp
Now you should be able to see the project running at localhost:3000.
Open ./index.html
in your editor and start editing!
# gulp
gulp build