baooooogx / rblog

A blog build with Koa2 and React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rblog

A blog build with Koa2 and React.

Main technology

  1. Node.js v6.x
  2. MongoDB
  3. Koa
  4. Babel
  5. React
  6. Redux
  7. Webpack
  8. PostCSS
  9. Gulp

Deploy

  1. install npm packages
$ npm install
  1. build app and server
$ npm run build
  1. run app
$ npm run pm2:start
  1. deploy Nginx

Install Nginx, and then copy rblog/nginx.conf to /etc/nginx/conf.d/.

Restart Nginx:

$ sudo service nginx restart

About

A blog build with Koa2 and React.

License:Apache License 2.0


Languages

Language:JavaScript 89.9%Language:CSS 5.2%Language:HTML 4.0%Language:Nginx 0.9%