Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.19 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.19 KB

Make Your Own Gmail.com

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.

Development

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.

Resources