https://github.com/rhyuen/tumblerclone
I thought the tumblr home page was interesting. I thought it would be interesting to copy it for myself.
https://github.com/rhyuen/tumblerclone
fed mockup react responsive
Last synced: 3 months ago
JSON representation
I thought the tumblr home page was interesting. I thought it would be interesting to copy it for myself.
- Host: GitHub
- URL: https://github.com/rhyuen/tumblerclone
- Owner: rhyuen
- Created: 2018-04-21T00:42:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-03T13:10:00.000Z (almost 7 years ago)
- Last Synced: 2025-01-09T20:11:40.626Z (9 months ago)
- Topics: fed, mockup, react, responsive
- Language: JavaScript
- Homepage:
- Size: 178 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ABOUT
Just a front-end repository so I can get going with Front-End development more quickly.
# INSTALL
> npm install
Alternatively, if you have yarn installed,
> yarn install
# RUNNING LOCALLY
To Run,
> npm run dev
or
> yarn dev