Beace / expressjs-react-blog

node(expressjs) and react blog
https://react.beacelee.com/
MIT License
1 stars 0 forks source link
expressjs expressjs-react-blog react

expressjs-react-blog

node(expressjs) and react blog

Look Like

Visit

index page

how to run it ?

mongoDB

DB: article Collection: articles

CLI

develop

$ 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

$ npm run webpack

just run eslint

$ npm run eslint

need build

$ npm run build

start a server for index.html in build folder.