Skip to content

nikibrown/starter-project

Repository files navigation

Starter Project

  • Clone this repo: git clone [email protected]:nikibrown/starter-project.git

  • Navigate to this repo in terminal

  • git remote -v should show origin [email protected]:nikibrown/starter-project.git (fetch) origin [email protected]:nikibrown/starter-project.git (push)

  • Update the remote with your own github repo: git remote set-url origin [email protected]:yourusername/your-repo.git

  • npm install gulp

  • npm install --save-dev to install dependencies

  • npm run dev to run site & build tasks

  • Open src/index.html and make a change/save

  • Site should open at http://localhost:3000

  • Site builds to /docs folder. Github pages uses this folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published