Skip to content

jimmay5469/parcel-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parcel Test

Setup

  • mkdir my-new-project
  • cd my-new-project
  • git init
  • echo node_modules/ >> .gitignore
  • echo dist/ >> .gitignore
  • echo .cache/ >> .gitignore
  • npm init -y
  • Add "start": "parcel index.html" to "scripts" in package.json
  • npm i --save-dev parcel
  • npm i --save-dev node-sass
  • touch index.html
  • git add .
  • git commit -m "Initial commit"

Running

About

Instructions/demo for using Parcel.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published