Skip to content

b1mind/gsapScroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template for Pug - ScSS - Parcel

I have included gsap3 and font awesome

npmx degit "b1m1nd/psp-template" app-name

...then install dependencies

npm install

You can run the following scripts

# for testing on http://localhost:9001
npm run dev
# build ./dist/build/
npm run build
# for netlify or other static host exports /public/
npm run export
# for github pages exports /docs/
npm run github