bitsmuggler / notes-example-offline-app

Offline Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

  1. Setup a local or remote MongoDB cluster with a db

  2. Set MongoDB connection string as env variable.

    MacOS: export MONGODB_CONNECTIONSTRING=mongodb+srv://<<db-user>>:<<db-pw>>@<<url to the cluster>>/<<db-name>>

  3. Install npm dependencies

    npm install

Start Frontend

npx gulp webserver

Start Backend

npm run start

About

Offline Example


Languages

Language:JavaScript 80.9%Language:HTML 18.6%Language:CSS 0.5%