/nylas-example

Primary LanguageJavaScript

nylas-example

One Time Set-up
  1. Sign up for the Nylas Developer Program
  2. Generate a new Nylas app id + app secret from the Nylas Developer Portal
  3. Add the following environment variables to the example: NYLAS_APP_ID and NYLAS_APP_SECRET
Run the Example
  1. Complete the One Time Set-up
  2. In your terminal, run git clone https://github.com/Imti/nylas-example.git
  3. cd nylas-example
  4. npm install
  5. npm run start
  6. In your browser, go to localhost:3000