Skip to content

Simple landing page using custom modules and Parcel bundler.

Notifications You must be signed in to change notification settings

trvswgnr/cb-roundup-lp

 
 

Repository files navigation

chargeback roundup landing page

dev installation:

  1. install Parcel globally: yarn global add parcel-bundler or npm install -g parcel-bundler
  2. cd into project folder and run yarn or npm install
  3. run parcel index.html and go to http://localhost:1234 in browser (make sure Apache is NOT running locally)
  4. make changes as needed
  5. for production build run parcel build index.html --public-url ./

About

Simple landing page using custom modules and Parcel bundler.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 57.8%
  • CSS 32.9%
  • JavaScript 9.3%