Source code for a medium blog that I wrote about implementing skeleton loading screens in a reactjs project.
This project runs on Node.js
After installation, run node -v
to make sure node installed correctly. Example
$ node -v
v8.9.1
git clone https://github.com/ankitsaxena21/React-Skeleton-Loading-UI.git
cd React-Skeleton-Loading-UI
npm install
npm start