A customizable, independent interface to your Gmail account.
This is an editable scaffold for building your own interface for interacting with your Gmail email account. Familiarity with JavaScript and AngularJS is ideal.
The only software prerequisite is npm
(install instructions).
Then the following steps will get your local development server running:
$ npm install
$ bower install
$ grunt serve
Server started on port 3474
You're good to go, try accessing http://localhost:3474/
Please replace the GOOGLE_CLIENT_ID in .env
by obtaining your own
Google client ID.
Install autoenv to automatically create this environment variable when using this repo.