Предметно-ориентированная архитектура с заделом для Event Sourcing.
Install the dependencies:
npm installStart the dev server, and the app will be available at http://localhost:3000.
npm run devBuild the app for production:
npm run buildPreview the production build locally:
npm run preview