0.0.2 • Published 5 years ago
cra-template-aalaap v0.0.2
cra-template-aalaap
A CRA template for those who know what they're doing.
This template is just a super clean version of the default CRA template. The following items have been removed:
- all CSS files
- all SVG files
- all icons
- all extra markup in
index.js
- all extra markup in the
App
component - web vitals performance measurement
This is intended to be used with Create React App.
Why
Hi, I'm @aalaap and I hate starting to create React apps by having to remove files and markup I'm never going to use. So I made this for myself.
Can you add feature x?
No, but if there's something else that you think is unnecessary and can be removed, do it and submit a PR.
Installation
Specify this template when creating a new React app:
npx create-react-app myapp --template aalaap
cd myapp
npm start
You can find more info in the Create React App documentation.
License
WTFPL.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.