My personal file sharing service frontend. Made with React, Styled Components, Formik and a little bit of Ramda.
Get all the dependencies loaded via
yarn install
And run the server with
yarn start
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