derekharget / paste-client

A React Frontend for a pastebin clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pastebin Clone Front End

A simple pastebin clone that is built using React/Laravel.

Setup Development

Production

  • You need to setup the backend first, make sure the cors settings are correct for the domain, see https://github.com/derekharget/paste-backend

  • Put your api url to where your running the backend

  • npm run prod

  • Setup nginx or your preferred webserver to redirect all requests for the domain to index.html in the build directory.

About

A React Frontend for a pastebin clone


Languages

Language:JavaScript 93.4%Language:CSS 3.5%Language:HTML 2.8%Language:Shell 0.4%