Skip to content

ningo-agilityio/parcel-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parcel basic code skeleton

Parcel: link

Definitions:

  • It is a Blazing fast, zero configuration web application bundler, and requires zero configuration.
  • Parcel has a development server built in, which will automatically rebuild your app as you change files and supports hot module replacement for fast development

Same skeleton:

This supports auto compiles pug, scss files into index.html. Of source, it supports live reload.

How to run:

Run without Docker

  1. Install public parcel:
yarn global add parcel-bundler
  1. Install dependencies
yarn install
  1. Run develop mode
yarn dev
  1. Result: It will automatically open an Chrome tab with port localhost:<your_port>

Run with Docker

  1. Build image
docker build -t parcelsample:latest .
  1. Run app
docker-compose up

About

Sample Pug, Scss compile with parcel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published