jovinbm / hackcrimson-frontend

Frontend app for hackcrimson visualization app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LVote Frontend App

Running instructions

  1. Start Backend.
  2. Start FrontEnd.
    • Run npm start.
    • Clone the repo.
    • Run npm install.
    • Run npm start.

Development pipeline

  1. Make a new topic branch.
  2. Make your changes.
  3. Run npm run lint to check for style mistakes.
    • Code that has errors from the linter will not be merged in. Warnings are fine, but should be dealt with if possible.
  4. Push your code.
  5. Open a Pull Request.
  6. After your code has been approved, it will be merged into master.

GraphQL

Project uses graphql. Schema can be found on hackcrimson-api repo here

About

Frontend app for hackcrimson visualization app


Languages

Language:JavaScript 93.4%Language:CSS 4.3%Language:HTML 2.3%