/mypolitics-classic

myPolitics Classic frontend

Primary LanguageTypeScriptMIT LicenseMIT

Website GitHub David Code Style

mypolitics

mypolitics is a political test showing your views on seven axes and a political compass. Made with React, Redux, SCSS and TypeScript.

logo

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

License

MIT