1.2.1 • Published 4 years agoCLI
@g51dhu/nano-react-app
Licence
MIT
Version
1.2.1
Deps
6
Size
11 kB
Vulns
0
Weekly
0
Nano React App
Lightweight version of create-react-app.
The template used includes Vite, instead of Webpack.
This is the tool to download the template project for nano-react-app.
Install
- npm
npm i -g @g51dhu/nano-react-app
- pnpm
pnpm i -g @g51dhu/nano-react-app
Commands
Starts nano-react-app tool.
nano-react-app
Downloads nano-react-app template in current directory.
nano-react-app init
Creates directory using name given then, downloads nano-react-app template in that directory.
nano-react-app <project-name>
Flags
--package-manager
Alias:
--pm
Description:
Choose the package manager to install node modules.
Supported package managers:
- npm
- pnpm
- yarn