1.1.1 • Published 2 years ago

create-mustard-app v1.1.1

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

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
1.1.1

2 years ago

1.1.0

2 years ago

0.5.0

2 years ago

1.0.0

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago