The easiest way to quickly create a new Molybden app. This project scaffolding tool lets you create a new project and setup all deps within seconds.
To get started, use the following command:
npm create molybden-app@latest
You will be asked for the project name, project template, the app frontend framework, the UI component library, and language.
The currently supported project templates are:
- Framework
- Website
The currently supported frontend frameworks are:
- Angular
- React
- Vue
- Vanilla
The currently supported UI component libraries are:
- Ant Design (React)
- Bootstrap (React, Angular, Vanilla)
- Chakra-UI (React)
- Material-UI (React)
- Semantic-UI (Angular)
- Shadcn (React)
- Tailwind (Vanilla)
- Quasar (Vue)
The currently supported app frontend languages are:
- JavaScript
- TypeScript