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

https://github.com/michal-wrzosek/create-react-app-boilerplate

Create React App Boilerplate - Typescript import alias + eslint with prettier
https://github.com/michal-wrzosek/create-react-app-boilerplate

Last synced: 5 months ago
JSON representation

Create React App Boilerplate - Typescript import alias + eslint with prettier

Awesome Lists containing this project

README

          

# Create React App Boilerplate

This is a simple typescript project bootstrapped with create-read-app (v3.1.1) with a basic configuration:

- tsconfig.json alias for local imports
- eslint with prettier
- vscode settings

### VSCode Extensions

You should also make sure to install this VSCode extensions:

- ESLint (dbaeumer.vscode-eslint)
- Prettier - Code formatter (esbenp.prettier-vscode)

---

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).