https://github.com/realfranser/my-create-react-app
My own create-react-app template. Implements webpack, babel, tsconfig, eslint and simple structure
https://github.com/realfranser/my-create-react-app
babel eslint react typescript webpack
Last synced: 7 months ago
JSON representation
My own create-react-app template. Implements webpack, babel, tsconfig, eslint and simple structure
- Host: GitHub
- URL: https://github.com/realfranser/my-create-react-app
- Owner: realfranser
- Created: 2021-12-22T11:05:22.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-16T12:47:28.000Z (over 2 years ago)
- Last Synced: 2025-01-20T22:52:53.803Z (9 months ago)
- Topics: babel, eslint, react, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Create React App
## Technologies
### Framework
React
### Package Bundler
Vite
### Linting and code style
ESLint (Google rule set)
Prettier### Syling
TailwindCSS
### Package Manager
Yarn
## How to use
1. Install dependencies:
> yarn
2. Run in dev mode:
> yarn dev
3. Build project:
> yarn build
4. Preview built project:
> yarn preview