cra-template-coa
v1.1.5
Published
The base template for Create React App - customized for City of Auburn.
Downloads
2
Maintainers
Readme
cra-template
This is the base template for Create React App modified for City of Auburn.
You must download and specify this directory (for example, npx create-react-app my-app --template file:../path/to/your/template/cra-template-coa
), to use this template.
NPM
Now on npm https://www.npmjs.com/package/cra-template-coa.
Can be used by npx create-react-app my-app --template cra-template-coa
Can be updated by npm login
if you are user under coa_it organization or login with coa-it account.
Then run:
npm version <update-type>
npm publish
For more information, please refer to:
- Getting Started – How to create a new app.
- User Guide – How to develop apps bootstrapped with Create React App.