npm.io
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

  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