|
7 months ago | |
---|---|---|
.. | ||
public | 7 months ago | |
src | 7 months ago | |
.eslintrc.cjs | 7 months ago | |
.gitignore | 7 months ago | |
README.md | 7 months ago | |
index.html | 7 months ago | |
jsconfig.json | 7 months ago | |
package-lock.json | 7 months ago | |
package.json | 7 months ago | |
vite.config.js | 7 months 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