Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wxsms/react-node-starter
A simple starter project using React, Express, MongoDB and AntDesign.
https://github.com/wxsms/react-node-starter
express mongodb nodejs react
Last synced: 3 months ago
JSON representation
A simple starter project using React, Express, MongoDB and AntDesign.
- Host: GitHub
- URL: https://github.com/wxsms/react-node-starter
- Owner: wxsms
- License: mit
- Created: 2018-10-08T01:29:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T06:44:13.000Z (over 1 year ago)
- Last Synced: 2024-02-22T23:33:37.328Z (11 months ago)
- Topics: express, mongodb, nodejs, react
- Language: JavaScript
- Homepage: https://react-node-starter.wxsm.space
- Size: 2.5 MB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Node Starter
A simple starter project using React, Express, MongoDB and AntDesign.
Online demo: [https://react-node-starter.wxsm.space](https://react-node-starter.wxsm.space)
![](https://user-images.githubusercontent.com/5960988/46710580-0ca53f00-cc7b-11e8-8328-f49e0a14c601.png)
## Features
1. Development & production mode ready
1. Front-end state management & router
1. Account signup & login
1. Connect to MongoDB with Mongoose
1. With Ant Design UI framework## Installing
```
$ npm install
```## Running The App
### Dev
on port 3000.
```
$ npm run start
```### Production
on port 3001.
```
$ npm run build
$ node server/server.js
```