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

https://github.com/flandrade/react-typescript-scaffolding

React + TypeScript + Webpack
https://github.com/flandrade/react-typescript-scaffolding

jest react scaffolding starter typescript webpack

Last synced: 3 months ago
JSON representation

React + TypeScript + Webpack

Awesome Lists containing this project

README

          

# React + TypeScript Scaffolding

[![Build Status](https://travis-ci.org/flandrade/react-typescript-scaffolding.svg?branch=master)](https://travis-ci.org/flandrade/react-typescript-scaffolding)

- React
- TypeScript
- Webpack
- Jest + Enzyme
- tslint
- ts-node

## Getting Started

1. Install depedencies

```
npm install
```

2. Compile and build the project

```
npm run build
```

3. Start the application

```
public/index.html
```

## Other scripts

### To run the linter

```
npm run lint
```

### To run tests

```
npm test
```

### To compile and build in development mode (watcher)

```
npm run build-dev
```

## License
MIT