This project uses React and vanilla CSS to make a skeleton loader for a site which displays articles.
Below is a GIF of the project output.
- Fork this repository
- Clone the forked repo to your local machine
- Run
npm install
to addnode_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