Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhyuen/pdthuntclone
just an attempt at copying the layout of product hunt.
https://github.com/rhyuen/pdthuntclone
api crud css html mongodb nodejs npm prettier react rest styled-components webpack webpack3
Last synced: about 2 months ago
JSON representation
just an attempt at copying the layout of product hunt.
- Host: GitHub
- URL: https://github.com/rhyuen/pdthuntclone
- Owner: rhyuen
- Created: 2018-09-06T02:17:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-21T07:08:38.000Z (about 6 years ago)
- Last Synced: 2024-10-12T13:42:19.406Z (3 months ago)
- Topics: api, crud, css, html, mongodb, nodejs, npm, prettier, react, rest, styled-components, webpack, webpack3
- Language: JavaScript
- Homepage:
- Size: 654 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
# DOCKER
To make it go on Docker,
> docker built -t febp .
> docker run -p 8080:80 --name=febp febp