Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 847 Bytes

readme.md

File metadata and controls

34 lines (27 loc) · 847 Bytes

Front End Template

A template for a front end project.

Copy Repository

  1. Create a new blank repo in github.
  2. Make sure you have git installed. Create a temp directory and run the following commands:
  3. git clone --bare https://github.com/arthur-cheung/front-end-template.git
  4. cd front-end-template.git
  5. git push --mirror https://github.com/your-github-username/name-for-new-repo.git
  6. Delete front-end-template.git.
  7. Pull the new repo down to your machine.

Installation

  1. If gulp hasn't been installed globally, run: npm install -g gulp first.
  2. run npm install

Usage

  1. node server.js
  2. gulp watch

or

  1. gulp test

TODO

  • Need to refactor to not use gulp.start
  • Modularise a "serve" function.

History

TODO: Write history

Credits

TODO: Write credits

License

TODO: Write license