LuciLua / Skeletons

🦴 Skeleton: my first layout using skeleton at loading time (test project) 🦴

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🦴 Skeleton 🦴

Skeleton: my first layout using skeleton at loading time (test project)



πŸ›  Technologies used

πŸš€ How to start

πŸ‘ clone the repository

git clone https://github.com/LuciLua/Skeletons.git

πŸ“‚ open project folder

cd ./Skeletons

⚑ install all packages using npm or yarn manager (using YARN)

yarn

🌟 start the development server (using YARN)

yarn dev

πŸ— to make a build (using YARN)

yarn build

✨ to start the server in production-ready mode (using YARN)

yarn start

πŸ‘₯ Making code concise if you make changes

πŸ”Ž check if there is anything to change

yarn lint

✏ still using prettier, have it format the code automatically

yarn write

πŸ–Ό Preview

So far, this is the preview

About

🦴 Skeleton: my first layout using skeleton at loading time (test project) 🦴


Languages

Language:JavaScript 54.7%Language:SCSS 45.3%