Development
Learn how to develop and test your application locally.
Starting the Server
Run the development server with:
npm run devLinting
We use ESLint and Prettier to maintain code quality.
npm run lintLearn how to develop and test your application locally.
Run the development server with:
npm run devWe use ESLint and Prettier to maintain code quality.
npm run lint