This repository is a collection of React components to display useful information as charts about the server population.
This project is built using Vite, a modern build tool that provides a faster development experience compared to traditional bundlers like Webpack.
The chart was done with AmChart 4 and inspired by this example.
The application was safely typed with TypeScript.
Dev/Local profile support is not currently available (see https://github.com/azerothcore/wow-statistics/issues/8), but you can mock data using this mocked JSON.
In the project directory, you can run:
npm start
Runs the app in the development mode.\ Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.\ You will also see any lint errors in the console.
npm run build
Builds the app for production to the build
folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\ Your app is ready to be deployed!
npm run preview
Previews the production build locally.\ This command serves the build files, allowing you to see how your app will look in production before deploying.
npm run lint
Runs ESLint on the project files with .js, .jsx, .ts, and .tsx extensions and attempts to fix any fixable issues.
npm run prettier
Formats the project files using Prettier. This will apply code style changes to the files.
npm run lint:fix
Runs ESLint to fix issues and then runs Prettier to format the code. This ensures that the code is both linted and formatted.