https://github.com/deep-impact-ag/react-ts-client
React-TS-Client is minimal client side React boilerplate with support for hot module reload, TypeScript and up-to-date dependencies.
https://github.com/deep-impact-ag/react-ts-client
boilerplate client-side cssmodules postcss react typescript webpack
Last synced: 8 months ago
JSON representation
React-TS-Client is minimal client side React boilerplate with support for hot module reload, TypeScript and up-to-date dependencies.
- Host: GitHub
- URL: https://github.com/deep-impact-ag/react-ts-client
- Owner: DEEP-IMPACT-AG
- Archived: true
- Created: 2019-08-02T12:40:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T00:50:24.000Z (about 5 years ago)
- Last Synced: 2024-10-02T07:03:32.988Z (over 1 year ago)
- Topics: boilerplate, client-side, cssmodules, postcss, react, typescript, webpack
- Language: CSS
- Size: 928 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-TS-Client
[](https://david-dm.org/DEEP-IMPACT-AG/react-ts-client)
[React-TS-Client](https://github.com/DEEP-IMPACT-AG/react-ts-client/) is minimal client side React boilerplate with support for hot module reload, TypeScript and up-to-date dependencies.

|👇|Includes|
|:-:|:---|
|âš™| Babel 7|
|📦| Webpack 4|
|🤖| Express Server|
|âš›| React 16|
|🌈| TypeScript|
|🕸| CSS Modules|
|🎨| PostCSS|
|💅| Styled Components|
|🔥| Hot Module Replacement|
### Install dependencies
```
npm install
```
### Runs the app in the development mode
Build and open your browser to http://localhost:9000.
```
npm run dev
```
### Linting JS & CSS
```
npm run lint
```
### Builds and runs the app in production
```
npm run prod
```
### Start server
```
npm run start
```
Ready to deploy 🚀