Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).