ik-web / parcel-template

"Parcel" assembly for automating work processes in the projects development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Title

"Parcel" template

html css scss javascript parcel

Description:

Parcel assembly for automating work processes
in the projects development.

Thanks to help of the gulp-gh-pages module,
you can publish content from the dist folder to GitHub-pages

Documentation

Scripts:

  • npm start - start the project in development mode and local server
  • npm run build - assemble the project in production mode
  • npm run watch - The watch command is similar to start, but does not start a dev server (only a HMR server).
  • npm run clear - remove directory dist and cache
  • npm run deploy - deployment to gh-pages

Use npm commands for install node modules:

  • npm i - install this parcel template
  • npm i parcel -D - a module for building parcel assembly
  • npm i gh-pages -D - Publish the dist directory to the gh-pages on GitHub

Developers

About

"Parcel" assembly for automating work processes in the projects development.


Languages

Language:SCSS 50.2%Language:HTML 37.9%Language:JavaScript 11.9%