You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Web-Dev-For-Beginners/quiz-app
Chris fbe78fffc4
update README
1 year ago
..
public upgrading app to vue 3 1 year ago
src fixing lint errors 1 year ago
.eslintrc.cjs upgrading app to vue 3 1 year ago
.gitignore remvoing .vscode 1 year ago
README.md update README 1 year ago
index.html upgrading app to vue 3 1 year ago
jsconfig.json upgrading app to vue 3 1 year ago
package-lock.json upgrading app to vue 3 1 year ago
package.json upgrading app to vue 3 1 year ago
vite.config.js upgrading app to vue 3 1 year ago

README.md

Quiz app

This quiz app helps you display questions and answers in a quiz format.

Install the app

Run npm install to install the dependencies.

npm install

Build the app

To build the solution, run npm run build.

npm run build

Run

To run the solution, run npm run dev.

npm run dev

Lint

To ensure the code is linted, run npm run lint.

npm run lint