Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 810 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 810 Bytes

🎉 Building a skeleton loader with React and CSS

This project uses React and vanilla CSS to make a skeleton loader for a site which displays articles.

📷 Project overview

Below is a GIF of the project output. Skeleton cards displayed on the screen for a few seconds before actual blog site replaces them

🔨 How to run this project

  • Fork this repository
  • Clone the forked repo to your local machine
  • Run npm install to add node_modules
  • Run npx json-server --watch server/db.json --port <some port number> to start json-server. Replace <port number> with a port number that is not busy.
  • Open another terminal and run npm run dev to start local server