Skip to content

Un quiz interactif pour tester vos connaissances des départements français

License

Notifications You must be signed in to change notification settings

ArthurChf/HexaQuiz

Repository files navigation

HexaQuiz

Un quiz interactif pour tester vos connaissances des départements français

Demo

https://arthurchf.github.io/HexaQuiz/demo

Configuration and linter in VS Code

  • Install the "ESLint" extension
  • In the settings.json, add these properties :
"eslint.format.enable": true,
"eslint.workingDirectories": [
    "api",
    "app"
],
"javascript.preferences.quoteStyle": "single"

Commands

Install required dependencies

API / APP :

// if nvm not installed : https://github.com/nvm-sh/nvm
nvm use
npm i

Run

API :

// Start in development mode (with hot reload)
npm run start:dev

// Build the project for production environment
npm run build

// List errors from ESLint
npm run lint

APP :

// Start in development mode (with hot reload)
npm run dev

// Build the project for production environment
npm run build

// List errors from ESLint
npm run lint

About

Un quiz interactif pour tester vos connaissances des départements français

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published