Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 206 Bytes

File metadata and controls

16 lines (11 loc) · 206 Bytes

devQuiz

Simple quiz for Front-end Developers made with React.js

Quick Start

# Install dependencies
npm install

# Serve on localhost:3000
npm start

# Build for production
npm run build