Skip to content

ik-web/parcel-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors