create-runow
v0.2.5
Published
Create a javascript app and run now! It's quick.
Readme
Runow
Create a javascript app and run now! It's quick.
Getting Started!
Started
$ npm create runow@latestThen follow the prompts!
You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a React + Vite project, run:
With NPM
# npm 7+, extra double-dash is needed:
npm create runow@latest my-app -- --template react-viteWith Yarn
yarn create runow your-app-name --template react-viteWith PNPM
pnpm create runow your-app-name --template react-viteWith Bun
bun create runow your-app-name --template react-viteTemplates
- [x] React
- [x] Vue
- [ ] Angular
- [ ] Svelte
- [ ] Solid
- [ ] Astro
- [ ] Vanilla
- [ ] Cross
...
