/perfil-politico-frontend

Front-end that consumes Perfil Político's API

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Perfil Político

Front-end for Perfil Político — a platform for profiling candidates in Brazilian 2018 General Election, based entirely on open data.

Requirements

Install

$ npm install

Developing

$ npm start

Then open 127.0.0.1.xip.io:8080 (more about the .xip.io trick).

Deploying

$ npm run build

Then serve the contents of the build/ directory.