lpirola / mapa-da-democracia

Veja quem é quem no rito do impeachment

Home Page:https://mapa-da-democracia.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mapa da democracia

Veja quem é quem no rito do impeachment.

Conceito inicial pode ser encontrado nessa issue..

Bibliotecas utilizadas

Para começar a instalação

Single Page Application criado a partir do boilerplate React Slingshot

  1. Initial Machine Setup. First time running the starter kit? Then complete the Initial Machine Setup.
  2. Clone the project. git clone https://github.com/coryhouse/react-slingshot.git.
  3. Install Node packages. npm install
  4. Run the example app. npm start -s
    This will run the automated build process, start up a webserver, and open the application in your default browser. When doing development with this kit, you'll want to keep the command line open at all times so that your code is rebuilt and tests run automatically every time you hit save. Note: The -s flag is optional. It enables silent mode which suppresses unnecessary messages during the build.

Configuração inicial do computador

  1. Install Node 4.0.0 or greater
  2. Install Git.
  3. Install React developer tools and Redux Dev Tools in Chrome. (Optional, but helpful. The latter offers time-travel debugging.)
  4. On a Mac? You're all set. If you're on Linux or Windows, complete the steps for your OS below.

On Linux:

  • Run this to increase the limit on the number of files Linux will watch. Here's why.
    echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

On Windows:

  • Install Python 2.7. Some node modules may rely on node-gyp, which requires Python on Windows.
  • Install C++ Compiler. Browser-sync requires a C++ compiler on Windows. Visual Studio Express comes bundled with a free C++ compiler. Or, if you already have Visual Studio installed: Open Visual Studio and go to File -> New -> Project -> Visual C++ -> Install Visual C++ Tools for Windows Desktop. The C++ compiler is used to compile browser-sync (and perhaps other Node modules).

Deploy

npm run build. This will build the project for production. It does the following:

  • Minifies all JS
  • Sets NODE_ENV to prod so that React is built in production mode
  • Places the resulting built project files into /dist. (This is the folder you'll expose to the world).

About

Veja quem é quem no rito do impeachment

https://mapa-da-democracia.herokuapp.com/

License:GNU General Public License v3.0


Languages

Language:CSS 62.1%Language:JavaScript 34.0%Language:HTML 4.0%