1.2.1 • Published 3 years ago
@g51dhu/nano-react-app v1.2.1
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
1) npm
- npm i -g @g51dhu/nano-react-app
2) pnpm
- pnpm i -g @g51dhu/nano-react-app
Commands
1) Starts nano-react-app tool.
- nano-react-app
2) Downloads nano-react-app template in current directory.
- nano-react-app init
3) 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