Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 453 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 453 Bytes

quizz pulsar

A project for a tiny but beautiful quizz

Usage

# Install dependencies
npm install

# Build for production
tns build <platform> --bundle

# Build, watch for changes and debug the application
tns debug <platform> --bundle

# Build, watch for changes and run the application
tns run <platform> --bundle

##prerequisite

Do as instructed on this link.