In this application you can create backlog tasks, move them to 'ready to do table' and then assign them to some user. Also, there is chart with today`s trends and table for creating offers. The same application implemented with different libraries, such as Material UI, Ant design, Tailwind, Semantic and React Prime.
MUI Ant Tailwind Prime Semantic
Install all dependencies use npm
npm i
For a dev mui server run:
npm run start:mui
For a dev ant server run:
npm run start:antd
For a dev tailwind server run:
npm run start:tailwind
For a dev prime server run:
npm run start:primefaces
For a dev semantic server run:
npm run start:semantic
Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run npm run build:mui to build the mui application. The build artifacts will be stored in the dist/apps/mui directory.
Run npm run build:antd to build the ant application. The build artifacts will be stored in the dist/apps/antd directory.
Run npm run build:tailwind to build the tailwind application. The build artifacts will be stored in the dist/apps/tailwind directory.
Run npm run build:primefaces to build the prime application. The build artifacts will be stored in the dist/apps/primefaces directory.
Run npm run build:semantic to build the semantic application. The build artifacts will be stored in the dist/apps/semantic directory.
Run npm run lint to check the lint for all workspace.
Run npm run lint:all to check the lint for all applications, libs.
Run npm run lint:all:fix to fix the lint errors.
NX_FIREBASE_API_KEY- firebase API keyNX_FIREBASE_AUTH_DOMAIN- firebase auth domainNX_FIREBASE_PROJECT_ID- firebase project IDNX_FIREBASE_STORAGE_BUCKET- firebase storage bucketNX_FIREBASE_MESSAGING_SENDER_ID- firebase messaging sending IDNX_FIREBASE_APP_ID- firebase app IDNX_FIREBASE_MEASUREMENT_ID- firebase measurement IDNX_NODE_ENV- node environment (development or production)
