Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T00:50:24.000Z (over 3 years ago)
- Last Synced: 2024-10-01T07:03:22.440Z (about 2 months 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
[![Dependencies](https://david-dm.org/DEEP-IMPACT-AG/react-ts-client/status.svg)](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.
![Technologies](https://raw.githubusercontent.com/luangjokaj/react-fondue/master/src/assets/img/tech-stack.svg?sanitize=true)
|👇|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 🚀