An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


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

- [Ihor Kuchin](https://github.com/ik-web)