osedoe / template-start

Template to jump-start a project with Parcel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

template-start

Template to jump-start a project with Parcel.

Basic start

We will git clone the repo and rename it. Then remove the .git file, and re-initialize it with git init.

We will run a npm init -y.

# To start to watch the project and start the live server:
npm run dev
# or...
parcel serve src/index.html --open
# Create the build project in dist/:
npm run build

Dependencies

-Babel -Jest -Eslint -PostCSS -Browserlist -Stylelint

Deploy

npm run deploy

About

Template to jump-start a project with Parcel

License:MIT License


Languages

Language:HTML 58.8%Language:CSS 41.2%