"DevExtreme Akita" is a demo project meant to show how DevExtreme Angular and Akita can be used together. It's an unofficial project and the author is not affiliated with "DevExpress" or "Datorama" in any way.
- State management with Akita
- Responsive UI design
- Authentication with JWT rotating refresh token
- Install dependencies
yarn install
- Copy
/apps/api/src/environments/environment.example.ts
toenvironment.ts
- Open
environment.ts
and update options intypeOrm
andJWT
sections - Import MySQL dump to your local MySQL database
- Build frontend theme:
yarn build:themes
- Start the backend:
yarn start:backend
- Start the frontend:
yarn start:frontend
- Open localhost:4200 in your browser and login with user
don
, passwordadmin
- Optional step: install Redux DevTools to monitor application's state changes as you interact with it.
MIT