A template for a front end project.
- Create a new blank repo in github.
- Make sure you have git installed. Create a temp directory and run the following commands:
git clone --bare https://github.com/arthur-cheung/front-end-template.git
cd front-end-template.git
git push --mirror https://github.com/your-github-username/name-for-new-repo.git
- Delete
front-end-template.git
. - Pull the new repo down to your machine.
- If gulp hasn't been installed globally, run:
npm install -g gulp
first. - run
npm install
node server.js
gulp watch
or
gulp test
- Need to refactor to not use gulp.start
- Modularise a "serve" function.
TODO: Write history
TODO: Write credits
TODO: Write license