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
- Host: GitHub
- URL: https://github.com/beace/expressjs-react-blog
- Owner: Beace
- License: mit
- Created: 2016-12-18T07:45:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-06T09:45:29.000Z (over 7 years ago)
- Last Synced: 2025-02-13T07:37:13.288Z (3 months ago)
- Topics: expressjs, expressjs-react-blog, react
- Language: JavaScript
- Homepage: https://react.beacelee.com/
- Size: 11.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# expressjs-react-blog
node(expressjs) and react blog
## Look Like

## 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.