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

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

React Template Project 2
https://github.com/ayonious/template-react-ts-2

Last synced: 3 months ago
JSON representation

React Template Project 2

Awesome Lists containing this project

README

          

# Typescript React Project Template

[![CI](https://github.com/ayonious/template-react-ts-2/workflows/CI/badge.svg)](https://github.com/ayonious/template-react-ts-2/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
5. React Router

Also contains small tools:

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

## 🏃 Running instruction

### Devmode

```bash
yarn
yarn start
```

### Make Production build

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

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