Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 674 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 674 Bytes

reactjs-assets-tracker

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/

https://github.com/lmammino/judo-heroes-2