Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/elven9/react-starter-template
- Owner: Elven9
- Created: 2020-03-22T02:36:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T00:00:56.000Z (about 3 years ago)
- Last Synced: 2024-11-21T14:47:06.023Z (3 months ago)
- Topics: expressjs, mysql, reactjs, redux
- Language: JavaScript
- Homepage:
- Size: 1.46 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Front-end Starter Template
Software Stack
- React.js / Redux / React-Router-Dom / Material-UI
- Express Static ServerUtility 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"
}
```