/comic-cube

client side/shop side mobile apps, api, and project overview read the read.me for more information

Primary LanguageHTML

Instructions

To install this example on your computer, clone the repository and install dependencies.

$ git clone git@github.com:antonioortegajr/comic-cube
$ cd comic-cube
$ npm install

The example uses environment variables to configure the consumer key and consumer secret needed to access Facebook's API. Start the server with those variables set to the appropriate credentials.

$ CLIENT_ID=__FACEBOOK_CLIENT_ID__ CLIENT_SECRET=__FACEBOOK_CLIENT_SECRET__ node server.js

CLIENT_ID='124022564851217' CLIENT_SECRET='45fd570355cc560a74868391a2be3a50' node server.js

Open a web browser and navigate to http://localhost:3000/ to see the example in action.

https://waffle.io/antonioortegajr/comic-cube

Do not commit the package.json file.