A simple and powerful Starter Kit made with Webpack, Gulp 4, Pug and SASS
git clone https://github.com/onedevstudio/starter-kit.git your-project
cd your-project/ && rm -rf .git
yarn install # or npm install
yarn dev # or npm run dev
Please open an issue for support.
Please contribute using Github Flow. Create a branch, add commits, and open a pull request. Contributing
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -m 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request :D
Gulp tasks
gulp
~> Build and watch filesgulp watch
~> Watch js filesgulp server
~> Watch js files and start browser sync servergulp copyFiles
~> Copy static filesgulp favicons
~> Generate all faviconsgulp build
~> Build all files
NPM scripts
npm run start
~> Starts the taskgulp server
in env productionnpm run prod
~> Starts the tasksnpm run lint
andnpm run build
npm run build
~> Starts the tasksgulp build
in env productionnpm run dev
~> Starts the tasksgulp
in env developmentnpm run deploy
~> Starts the tasksnpm run prod
and run the commandnetlify deploy --prod
npm run eslint
~> Run the commandeslint .
npm run eslint:fix
~> Run the tasknpm run eslint --fix
npm run stylelint
~> Run the commandstylelint "**/*.scss"
npm run stylelint:fix
~> Run the tasknpm run stylelint --fix
npm run lint
~> Starts the tasksnpm run eslint
andnpm run stylelint
npm run pre-commit
~> Start the tasknpm run lint
See Releases for detailed changelog.
Fernando Moreira |
WWWWWW||WWWWWW
W W W||W W W
||
( OO )__________
/ | \
/o o| MIT \
\___/||_||__||_|| *
|| || || ||
_||_|| _||_||
(__|__|(__|__|
Code is under MIT License - ยฉ Fernando Moreira
It will encourage me to keep it going, fix whatever bugs you find and spend time making it better :D