1.0.1 • Published 5 years ago
cra-template-el1flem v1.0.1
CRA template el1flem
A template for Create React App to make kickstarting my personal projects faster and easier. Comes with the libs I love the most and some linting rules.
To use this template, add --template el1flem
when creating a new app.
For example:
npx create-react-app my-app --template typescript
# or
yarn create react-app my-app --template typescript