https://github.com/ninjainshade/leon-cra-template
My custom create-react-app template.
https://github.com/ninjainshade/leon-cra-template
create-react-app template
Last synced: 10 months ago
JSON representation
My custom create-react-app template.
- Host: GitHub
- URL: https://github.com/ninjainshade/leon-cra-template
- Owner: NinjaInShade
- Created: 2021-03-18T12:25:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-04T11:49:25.000Z (almost 5 years ago)
- Last Synced: 2025-06-19T00:55:04.116Z (12 months ago)
- Topics: create-react-app, template
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/cra-template-leon
- Size: 193 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to my custom CRA ( create-react-app ) template.
Note: this template was created to be as ready out the box as possible, as minimal as possible and convient, whilst ensuring a clean structure and good SEO.
Features currently included:
- Comes with react-router
- React router setup in app.js ( home and 404 route by default )
- React router configured with lazy loading and a default loading spinner
- Simple folder strucure inside ./src
- PostCSS css reset in ./src/App.css
- env files setup + dotenv package to configure them ( in ./src/App.js )
- Minimal index.html with important tags
- Stripped away some generally unusued files
Files that need to be configured per app:
- public/index.html
- public/manifest.json
- public/favicon.ico
- env