Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

smooth-code/react-quiz

Repository files navigation

React Quiz

This project is based on Next.js framework.

Setup

To run this project you must have the following tools installed:

First install the matching Node version using nvm install. Your Node version should match the version specified in .nvmrc.

The install dependencies using yarn. You are now ready to go!

Run server in development

yarn dev

An Express server is launch using nodemon. Next.js is also started.

Run tests in watch mode

yarn test --watch

This project is using Jest, if you want to know more about it, please read documentation.