1.1.1 • Published 2 years ago

admin-gii-cli v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Create React apps with no build configuration.

Admin Generator works on macOS, Windows, and Linux.

Quick Overview

npx admin-gii-cli my-app
cd my-app
npm start

If you've previously installed admin-gii-cli globally via npm install -g admin-gii-cli, we recommend you uninstall the package using npm uninstall -g admin-gii-cli or yarn global remove admin-gii-cli to ensure that npx always uses the latest version.

Get Started Immediately

You don’t need to install or configure tools like webpack or Babel. They are preconfigured and hidden so that you can focus on the code.

Create a project, and you’re good to go.

Creating an App

npx

npx admin-gii-cli my-app