https://github.com/ik-web/parcel-template
"Parcel" assembly for automating work processes in the projects development.
https://github.com/ik-web/parcel-template
bandler css front-end frontend html javascript js parcel
Last synced: 26 days ago
JSON representation
"Parcel" assembly for automating work processes in the projects development.
- Host: GitHub
- URL: https://github.com/ik-web/parcel-template
- Owner: ik-web
- Created: 2022-09-24T22:54:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-25T14:05:30.000Z (over 3 years ago)
- Last Synced: 2025-06-16T11:52:22.618Z (12 months ago)
- Topics: bandler, css, front-end, frontend, html, javascript, js, parcel
- Language: SCSS
- Homepage:
- Size: 265 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
"Parcel" template
## 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
- [Ihor Kuchin](https://github.com/ik-web)