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

https://github.com/ayonious/template-react-ts

👯A template repo for react apps in Typescript made without create-react-app
https://github.com/ayonious/template-react-ts

Last synced: 3 months ago
JSON representation

👯A template repo for react apps in Typescript made without create-react-app

Awesome Lists containing this project

README

          

# Typescript React Project Template

[![CI](https://github.com/ayonious/template-react-ts/workflows/CI/badge.svg)](https://github.com/ayonious/template-react-ts/actions)

> a bare minimum Typescripted react Project. Without using create-react-app

## 🤷 Why is this needed?

This is a template project for me to bootstrap all other react projects.

## 🔍 This contains:

1. Babbel
2. Webpack
3. React
4. Typescript

Also contains small tools:

1. prettier and husky (format when you push)
2. .gitignore
3. renovate bot config

## 🏃 Running instruction

### Devmode

```bash
npm install
npm run start
```

### Make Production build

```bash
npm install
npm run build
```

Then open the dist/index.html file on your browser