Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 678 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 678 Bytes

Webpack + React + FeathersJS starter kit

This project is a boilerplate for React web app using FeathersJS + PostgreSQL realtime backend. It also includes Feathers Service factory featuring Sequelize ORM and node-dbmon which allows realtime DB tailing (all changes to the DB are reflected immediately).

Running instructions

npm install
npm start

Credits

This project is based on: