node(expressjs) and react blog
DB: article Collection: articles
$ 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
$ npm run webpack
$ npm run eslint
$ npm run build
start a server for index.html in build folder.