A simple assets tracker utilising server-side rendering with the ReactJS. The database is postgres and we utilise pg-promise as a db connector. Express-Handlebars is used as the templating engine.
Setup
Using NPM : npm install
Run the application
Transpile es6 to es5 using gulp
- gulp babel-server
- gulp babel-client
Finally
- npm start
Below are a few reference articles that helped me in preparing this mini-project.
http://crypt.codemancers.com/posts/2016-09-16-react-server-side-rendering/
http://coenraets.org/blog/2015/01/belgian-beer-explorer-with-react-bootstrap-node-js-and-postgres/