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

https://github.com/beace/expressjs-react-blog

node(expressjs) and react blog
https://github.com/beace/expressjs-react-blog

expressjs expressjs-react-blog react

Last synced: about 2 months ago
JSON representation

node(expressjs) and react blog

Awesome Lists containing this project

README

        

# expressjs-react-blog

node(expressjs) and react blog

## Look Like

![](./screenshot/home.png)

## Visit

[index page](https://react.beacelee.com/)

## how to run it ?

### mongoDB

DB: article
Collection: articles

### CLI

#### develop

```bash
$ git clone https://github.com/BeAce/expressjs-react-blog.git
$ cd expressjs-react-blog
$ yarn
// $ npm run api~ Move to https://github.com/BeAce/expressjs-react-blog-server to start a server
// another terminal
$ npm start
```

#### just run js/babel

```bash
$ npm run webpack
```

#### just run eslint

```bash
$ npm run eslint
```

#### need build

```
$ npm run build
```
start a server for index.html in build folder.