brennanerbz / quizlydemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuizlyDemo

This is the client for QuizlyDemo, a tool which can turn Wikipedia pages into practice tests.

Installation

npm i

Running Development

npm run dev

Building and Running Production

npm run build npm run start

Deployment on Heroku

To get this project to work on Heroku, you need to:

  1. Remove the "PORT": 8080 line from the betterScripts / start-prod section of package.json.
  2. heroku config:set NODE_ENV=production
  3. heroku config:set NODE_PATH=./src
  4. heroku config:set NPM_CONFIG_PRODUCTION=false
  • This is to enable webpack to run the build on deploy.

The first deploy might take a while, but after that your node_modules dir should be cached.

quizlydemo

About


Languages

Language:JavaScript 74.5%Language:CSS 25.5%