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

https://github.com/darkphoenix2704/react-typescript-template

Template for React + Typescript Projects
https://github.com/darkphoenix2704/react-typescript-template

babel eslint react react-router template typescript webpack

Last synced: 2 months ago
JSON representation

Template for React + Typescript Projects

Awesome Lists containing this project

README

          

# React-Typescript-Template

![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![React Router](https://img.shields.io/badge/React_Router-CA4245?style=for-the-badge&logo=react-router&logoColor=white)
![Webpack](https://img.shields.io/badge/webpack-%238DD6F9.svg?style=for-the-badge&logo=webpack&logoColor=black)
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![ESLint](https://img.shields.io/badge/ESLint-4B3263?style=for-the-badge&logo=eslint&logoColor=white)

## Clone the Repo

`git clone https://github.com/DarkPhoenix2704/React-Typescript-Template -b main`

## Install Packages

`cd React-Typescript-Template && yarn`

## Development

`yarn start`

## Build

`yarn build`