Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

A boilerplate for react with typescript.
https://github.com/jgudo/react-typescript-boilerplate

react-boilerplate react-typescript react-typescript-boilerplate react-typescript-webpack

Last synced: 1 day ago
JSON representation

A boilerplate for react with typescript.

Awesome Lists containing this project

README

        

# React With Webpack and TypeScript Boilerplate

### Version
1.0.0

### Installation

Install the dependencies

```sh
$ npm install
```
Yarn
```sh
$ yarn install
```

### Run the development server
Dev server is now ready and can be accessed in browser in

```sh
$ npm run dev-server
```

### Build the Project

```sh
$ npm run build
```