Skip to content

iamzehan/Skeleton-Loading

Repository files navigation

Configure

1. Install packages 📥

npm install

2. Build Webpack

npm run build

The build will live in the 📁./dist

3. Run development server

npm run dev

4. Run deployment

(This one is configured to gh pages)

1. Create new branch > gh-pages

git checkout -b gh-pages

2. Only add the dist folder contents

git add dist -f

3. Deploy > $ git subtree push --prefix=./dist origin gh-pages

npm run deploy

🛠️ Technologies Used

JavaScript CSS3 Node.js Webpack

About

Try out skeleton loading tricks with Promises.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published