1.1.1 • Published 2 years ago
create-mustard-app v1.1.1
create-mustard-app
Requires
- Node.js >= 16.0.0
- TypeScript >= 5.0.0
Before TypeScript 5.0 released, you may need to configure the used TypeScript version like below in .vscode/settings.json
:
{
"typescript.tsdk": "node_modules/typescript/lib"
}
Getting Started
Initialize a new project:
npx create-mustard-app
npm create mustard-app
yarn create mustard-app
pnpx create-mustard-app
pnpm create mustard-app
Start the app:
cd mustard-app
npm install
npm run dev
# yarn dev
# pnpm dev
npm run start
# yarn start
# pnpm start