Skip to content

ushuz/icbc-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICBC Practice Knowledge Test

All questions from ICBC Practice Knowledge Test.

Built with Svelte, hosted on Glitch.

Development

# install deps
npm install
# run devserver with rollup at http://localhost:5000
npm run dev
# build for production
npm run build
# or, run for production
npm run start