Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```