jmuller3140 / quiz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UBuildit Quiz Frontend v0.0.1

Monday Frontend

Install

  • Install nvm and use Node version specified in package.json
  • npm i

Dev start

  • Create scripts/env.dev.sh (see example in scripts/env.example.sh)
  • npm start

Test

  • npm t (regular)
  • npm run test:watch (w/ watcher)
  • npm run eslint (linting)
  • npm run eslint:fix (linting + auto fix)

Deployments

Tech stack

  • React.js
  • Redux.js
  • Redux-saga.js
  • Jest for testing
  • Bootstrap as CSS library
  • AWS Amplify for Auth and API calls

Dev tools

About


Languages

Language:HTML 74.7%Language:JavaScript 15.0%Language:CSS 10.1%Language:Shell 0.2%