A quiz game build with nextjs
- Clone this repo with
git clone https://github.com/calebesg/quiz.git
- Move yourself to the quiz directory:
cd quiz
- Run the
npm install
add all dependencies - Create the
.env
file, and addAPI_URL=http://localhost:3000/api
- Run
npm run dev
start app