mypolitics-classic
mypolitics-classic copied to clipboard
myPolitics Classic frontend
mypolitics
mypolitics is a political test showing your views on seven axes and a political compass. Made with React, Redux, SCSS and TypeScript.
Installation
Get all the dependencies loaded via
npm install
And run the server with
npm start
Deployment (Dokku)
Build an app to production with
npm run build
Add Dokku remote repository
git remote add dokku dokku@server_ip:app_name
and deploy it
git push dokku master