-
Saas
-
ESLint + Prettier
-
I18n
-
axios [ Not supported >> useFetch ]
-
Dark Mode
Make sure to install the dependencies
yarn install
or
npm install
Start the development server on http://localhost:3000
yarn dev
or
npm run dev
Build the application for production:
yarn build
or
npm run build
Checkout the deployment documentation.