1.0.4 • Published 3 years ago

cra-template-neat v1.0.4

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

cra-template-neat

A minimal create-react-app template without any dependencies and test files.

Folder Structure

root dir
|--- node_modules/
|--- public
|    |--- index.html
|--- src
|    |--- App.js
|    |--- index.js
|--- .gitignore
|--- package.json
|--- package-lock.json

Usage

The template can be used while creating the react app.

npx create-react-app app-name --template neat