naqvi-app
v1.6.1
Published
react cleanup project
Downloads
3
Maintainers
Readme
naqvi-app
Boilerplate CLI App - Create clean react new project powered by naqvi-app
Installation
# Create react project
npx naqvi-app <appName>
Custom Template
## Create react project
npx naqvi-app <appName> <options>
npx naqvi-app react-app --with-contextapi
npx naqvi-app react-app --with-router
# Global installation
npm i -g naqvi-app
Usage
create-my-app <appName>
Usage: create-my-app <appName> [options]
Options:
--with-router create app with basic routes (home,contact,users,about)
--with-contextapi create app with context api integrated