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

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

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