Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 3 hours ago
JSON representation

just an attempt at copying the layout of product hunt.

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