A working live demo https://blog-dinotuku.now.sh
- Post
- Reply to posts
- Show posts and replys timestamp
- Use database to store posts and replys
git clone https://github.com/dinotuku/blog.git
cd blog
yarn install
yarn run build
yarn start
localhost:3001
- Express - Web framwork for Node.js
- Knex.js - A SQL Query Builder for Javascript
- React - A JavaScript library for building user interfaces
- Redux - Predictable state container for JavaScript apps
- Webpack - A module bundler for javascript and more
This project is under the MIT license. You are free to do whatever you want with it.