Skip to content

epassi/prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prototype

A template for starting an HTML prototype.

  • Gulp
  • HTML
  • SCSS
  • ES6 (no transpilers)
  • GSAP

One-time setup:

  1. Install Node.js.
  2. npm install -g gulp-cli

Using the template:

  1. In Terminal, navigate to your local web server directory.
  2. git clone http://github.com/epassi/prototype <project-name>
  3. cd <project-name>
  4. npm install
  5. If you're going to use GSAP, uncomment the script in the gulpfile.js scripts task.
  6. gulp
  7. As you edit the code, changes will appear live in your browser at http://localhost:3000.
  8. Deploy contents of build directory to your web server.

About

A template for starting an HTML prototype.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors