Homie helps students maximize their productivity and efficiency by letting them access and track their assignments.
1.5.0
Homie uses a number of open source projects to work properly:
- React - client side framework
- node.js - evented I/O for the backend
- Express - fast node.js network app framework
- Webpack - assets bundler
- Babel - transpiler ES2015 to plain old JS5 and JSX to plain JS
- JSHint - linting tool for js
- PostgreSQL - a SQL database implementation
Homie itself is open source with a public repository on GitHub.
Make sure you run as administrator.
$ git clone https://github.com/Hagafny/Homie.git
$ cd homie
$ npm install
$ npm start
Open the app at the port mentioned.
Ron Hagafny