create-mustard-app
v1.1.1
Published
<p align="center"> <img width="400" src="https://raw.githubusercontent.com/LinbuduLab/Mustard/main/logo.png"> </p>
Readme
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-appStart the app:
cd mustard-app
npm install
npm run dev
# yarn dev
# pnpm dev
npm run start
# yarn start
# pnpm start