runow
v0.1.0
Published
Create a javascript app and run now! It's quick.
Downloads
2
Readme
⚠️ Warning
This package is just an empty shell, please use create-runow as a substitute
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 + Typescript project, run:
With NPM
# npm 7+, extra double-dash is needed:
npm create runow@latest my-app -- --template react-tsWith Yarn
yarn create runow your-app-name --template react-tsWith PNPM
pnpm create runow your-app-name --template react-tsWith Bun
bun create runow your-app-name --template react-tsTemplates
- React
- Vue
- Angular
- Svelte
- Solid
- Vanilla
...
