/react-quiz

Primary LanguageTypeScript

react-quiz

Run typescript files in CLI

$ cd folderName
$ npx ts-node .\file.ts

Run vite app

$ cd question2
$ npm install
$ npm run dev
$ cd question5
$ npm install
$ npm run dev