cra-template-light
v1.0.0
Published
A lightweight template for Create React App
Downloads
10
Maintainers
Readme
CRA-Template "Light"
A lightweight template for Create React App, without ServiceWorkers, default styles (no CSS files) etc.
Usage
npx create-react-app %PROJECT_NAME% --template light
or
yarn create react-app %PROJECT_NAME% --template light
License
Licensed under the MIT license by Peter R. Stuhlmann.