Skip to content

arthur-cheung/front-end-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Playground for testing/experimenting with front end.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published