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

https://github.com/gnaneshkunal/ts-react-boilerplate

Typescript React Boilerplate
https://github.com/gnaneshkunal/ts-react-boilerplate

nodejs reactjs tslint typescript webpack

Last synced: 2 months ago
JSON representation

Typescript React Boilerplate

Awesome Lists containing this project

README

          

# TypeScript React Boilerplate

## Features

### - [React](https://facebook.github.io/react/) :blue_heart:
### - [Webpack 3](https://webpack.js.org/) :snowflake:
### - [TypeScript](https://www.typescriptlang.org/) :syringe:
### - [React Router v4](https://reacttraining.com/react-router/) :fire:
### - [TSLint](https://palantir.github.io/tslint/) :musical_note:

### API End points

Add your own API end points in server

### Usage
#### Install dependencies and DevDependencies
```
$ yarn install
```

#### Bundling
```
$ tsc -w // complies and -w (watches)
$ webpack -w // bundles and -w (watches)
```
#### Using the Server

```
$ yarn start
```

## Contributing

Contributions to this project are always welcome and highly encouraged.

## License

MIT License (MIT)