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
- Host: GitHub
- URL: https://github.com/michal-wrzosek/create-react-app-boilerplate
- Owner: michal-wrzosek
- Created: 2019-09-18T19:22:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T01:17:36.000Z (9 months ago)
- Last Synced: 2025-05-13T08:02:10.352Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 743 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).