cra-template-kiss
v1.0.0
Published
Template KISS (Keep it small and simple) | template for Create React App
Downloads
2
Maintainers
Readme
cra-template-kiss
Template KISS (Keep it small and simple) for Create React App
Creates a minimal react application with following tree:
├── public
│ ├── favicon.ico
│ ├── index.html
│ ├── manifest.json
│ └── robots.txt
├── src
│ ├── App.js
│ ├── index.css
│ └── index.js
├── .gitignore
├── package.json
├── package.lock.json|yarn.lock
└── README.md
Usage
Use it with create-react-app:
npx create-react-app my-app --template kiss