Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/elven9/react-starter-template

React 前端開發起始 Template
https://github.com/elven9/react-starter-template

expressjs mysql reactjs redux

Last synced: 24 days ago
JSON representation

React 前端開發起始 Template

Awesome Lists containing this project

README

        

# React Front-end Starter Template

Software Stack

- React.js / Redux / React-Router-Dom / Material-UI
- Express Static Server

Utility Package

- Moment.js
- Axios.js
- Redux-Promise

## Package Json Available Script

```json
"scripts": {
"production": "node server.js",
"start": "react-scripts start",
"build": "react-scripts build"
}
```