A template for starting an HTML prototype.
- Gulp
- HTML
- SCSS
- ES6 (no transpilers)
- GSAP
One-time setup:
- Install Node.js.
npm install -g gulp-cli
Using the template:
- In Terminal, navigate to your local web server directory.
git clone http://github.com/epassi/prototype <project-name>cd <project-name>npm install- If you're going to use GSAP, uncomment the script in the gulpfile.js scripts task.
gulp- As you edit the code, changes will appear live in your browser at http://localhost:3000.
- Deploy contents of build directory to your web server.