Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 363 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 363 Bytes

Quizmaster

A website built using React for the frontend nad NodeJS & ExpressJS for the backend. This proyect was made for showcasing web development skills.

How to execute

Requires NodeJS and NPM to build the website.

The frontend was made with create-react-app to run, so in order to start the frontend React server:

cd frontend
npm start