Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hdorgeval/react-ts-starter

Starter React project with TypesScript and WebPack
https://github.com/hdorgeval/react-ts-starter

eslint jest react reactjs starter-project starter-template typescript webpack4

Last synced: 21 days ago
JSON representation

Starter React project with TypesScript and WebPack

Awesome Lists containing this project

README

        

# react-ts-starter

Starter React project with TypesScript and WebPack

## Usage

Scaffold this repo by running this command:

```npm
npx degit hdorgeval/react-ts-starter my-new-project
cd my-new-project
npm install
npm start
```