Skip to content

Beace/expressjs-react-blog

Repository files navigation

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.