This workflow is still in development...
A starter kit for website development
- Clone this repo with
git clone https://github.com/jamescgarrett/website-starter.git
- Navigate to project directory with
cd website-starter
- Run
npm install
-
- Remove existing git directory with
rm -rf .git
- Remove existing git directory with
- Create your own .git with
git init
- Edit
gulp-conf.js
if necessary
Run npm run dev
- Run
npm run build
Feel free to open issue or post pull request
All contributions are welcome!
MIT License - Created by jamescgarrett