Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mukhammadali/custom-cra-boilerplate
CRA 3, TypeScript, 🎨Prettier & Eslint (Airbnb Style Guide), 🚀React Hot Loader, 😍Absolute Imports
https://github.com/mukhammadali/custom-cra-boilerplate
Last synced: 30 days ago
JSON representation
CRA 3, TypeScript, 🎨Prettier & Eslint (Airbnb Style Guide), 🚀React Hot Loader, 😍Absolute Imports
- Host: GitHub
- URL: https://github.com/mukhammadali/custom-cra-boilerplate
- Owner: Mukhammadali
- Created: 2019-08-13T17:20:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:11:10.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T05:05:21.270Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 3.27 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). And on top of CRA 3, These awesome features are added:
- 🎨Prettier & ESLint support for TypeScript
- 😍Absolute Imports Support for TypeScript and ESLint
- 🚀React Hot Loader is added to avoid boring and slow browser refreshes## Available Scripts
In the project directory, you can run:
- `npm start`
- `npm test`
- `npm run build`
- `npm run eject`
- `npm run lint` - show all warnings and errors
- `npm run lint:silent` - show only eslint errors and not warnings
- `npm run lint:fix` - to fix eslint warnings and errors## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).