1.0.0 • Published 2 years ago

cra-template-kiss v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

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
1.0.0

2 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago