Quizzies Frontend App
Clone the project. Run npm install in the root directory. You will need to install ts-node to compile typescript in time (JIT): npm install -g ts-node.
You should be able to start the project by running: npm start. Open your browser and navigate to the following url: localhost:3000
Update this Readme if you find any issues.