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
- Host: GitHub
- URL: https://github.com/gnaneshkunal/ts-react-boilerplate
- Owner: GnaneshKunal
- License: mit
- Created: 2017-08-05T18:50:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-01T18:10:11.000Z (almost 9 years ago)
- Last Synced: 2025-02-09T06:17:03.860Z (over 1 year ago)
- Topics: nodejs, reactjs, tslint, typescript, webpack
- Language: TypeScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)