Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dergoogler/react-typescript-boilerplate

React with TypeScript and Webpack & Sass
https://github.com/dergoogler/react-typescript-boilerplate

boilerplate javascript jsx react scss tsx typescript webpack

Last synced: 2 days ago
JSON representation

React with TypeScript and Webpack & Sass

Awesome Lists containing this project

README

        

# React, TypeScript > Boilerplate!

## Install

```bash
make install
```

## Running modes

```bash
# Development mode
make dev

# Production mode
make prod
```