npm install
npm run lint
npm run lint:quiet
npm run lint:fix
-
directly with npm
-
or bash script composing both commands scripts/create-cmf-app.sh
-
You will be asked about name of the folder to which template should be installed, serves as application name in package.json
-
You will be asked about which package manager to use yarn or nom (default)
-
You will be asked about which template to use as source for the application, coreVite or cmf(default)
- CMF is Core Micro Frontend(s), see more detail here: https://github.com/edgar0011/core-micro-frontend
-
You will be asked about the application template, in terms of complexity, resulting in the amount of examples kept in the app or removed.
- Medium - multi screen example with Table, Forms, Modals.
- Simple - App with title
-
Finally, template will be installed
👤 Martin Weiser
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator