This template should help get you started developing with React and Typescript in webpack.. Questions, feedback, and for now, even bikeshedding are welcome.
To run admin:
npm run start:admin
To lint admin:
npm run lint:admin
To build admin:
npm run build:admin
To test:
npm run test
yarn add <lib_name> -W
yarn workspace <workspace_name> add <lib_name>
E.g:
yarn workspace admin add lodash
This project includes a docs
folder with more details on: