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 devPlease 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 files
- gulp watch~> Watch js files
- gulp server~> Watch js files and start browser sync server
- gulp copyFiles~> Copy static files
- gulp favicons~> Generate all favicons
- gulp build~> Build all files
NPM scripts
- npm run start~> Starts the task- gulp serverin env production
- npm run prod~> Starts the tasks- npm run lintand- npm run build
- npm run build~> Starts the tasks- gulp buildin env production
- npm run dev~> Starts the tasks- gulpin env development
- npm run deploy~> Starts the tasks- npm run prodand run the command- netlify deploy --prod
- npm run eslint~> Run the command- eslint .
- npm run eslint:fix~> Run the task- npm run eslint --fix
- npm run stylelint~> Run the command- stylelint "**/*.scss"
- npm run stylelint:fix~> Run the task- npm run stylelint --fix
- npm run lint~> Starts the tasks- npm run eslintand- npm run stylelint
- npm run pre-commit~> Start the task- npm 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