Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miksansegundo/ui-react-redux-typescript
A User Interface as demonstration of React, Redux, Rx with TypeScript
https://github.com/miksansegundo/ui-react-redux-typescript
Last synced: 19 days ago
JSON representation
A User Interface as demonstration of React, Redux, Rx with TypeScript
- Host: GitHub
- URL: https://github.com/miksansegundo/ui-react-redux-typescript
- Owner: miksansegundo
- Created: 2017-11-24T08:07:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-24T08:24:25.000Z (almost 7 years ago)
- Last Synced: 2024-10-08T15:47:14.543Z (30 days ago)
- Language: TypeScript
- Homepage: http://react.studiomik.es/
- Size: 111 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
UI React Redux TypeScript
===============This repository holds a User Interface using React components.
It's coded on **TypeScript** with **[JavaScript Standard Style](https://standardjs.com/)** and it's built with **Webpack**.
The stack is:
- **React/Redux**
- **Rx**
- **CSS Modules**
- **postCSS**The features are:
- Simple routing system
- Redux actions & reducers system
- Epic Rx actions system
- Authentication system using a token
- Prerendered HTML pages
- Global CSS and Critical CSS stylesheets
- Async CSS loading
- Hot reload## NPM Scripts
### Run
Runs a webpack-dev-server at http://localhost:8080
npm start
### Build
Builds a distribution version in the *build* directory
npm run build
### Deploy
Deploy a distribution version in the http://react.studimik.es domain
npm run deploy