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

https://github.com/next-dev-team/react-webpack-ts


https://github.com/next-dev-team/react-webpack-ts

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

## Download the starter kit

npx degit https://github.com/gopinav/React-TypeScript-Webpack-Starter my-app

## Install dependencies

cd my-app &&
yarn

## Run dev server

yarn start

## Build

yarn build