seancorgan / sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

salesforce-test

A test

Requirements

  • NodeJS

Tech Stack

Setup

Install dependencies:

$ npm install

Couch DB

Install Couch DB Enable CORS for your Couche DB instance https://github.com/pouchdb/add-cors-to-couchdb

Boot up the app:

$ npm start

To run the server in release mode, set the environment variable NODE_ENV=production

Test

Run tests:

$ npm test

Release

Generate a release build in dist:

$ npm run build

About


Languages

Language:JavaScript 97.1%Language:CSS 1.6%Language:HTML 1.3%