Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 1.31 KB

README.md

File metadata and controls

64 lines (41 loc) · 1.31 KB

Website GitHub David Code Style CodeFactor

Files

My personal file sharing service frontend. Made with React, Styled Components, Formik and a little bit of Ramda.

Files API

thumbnail

Getting started

Get all the dependencies loaded via

yarn install

And run the server with

yarn start

Deployment (Dokku)

Create app container

dokku apps:create app_name

Create app container

dokku apps:create app_name

set CRA buildpack for your app container

dokku buildpacks:set app_name https://github.com/mars/create-react-app

add Dokku remote repository

git remote add dokku dokku@server_ip:app_name

and deploy it

git push dokku master

License

MIT