Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thepassle/experimental-cla-auth

Local passport authentication strategy with create-lit-app. Very experimental. Do not use.
https://github.com/thepassle/experimental-cla-auth

Last synced: about 7 hours ago
JSON representation

Local passport authentication strategy with create-lit-app. Very experimental. Do not use.

Awesome Lists containing this project

README

        

> ## 🚨 Status: In Development
> This repo is experimental, and **not** battletested. Use at your own risk.

![img](https://i.imgur.com/GapzY2u.png)

## Usage

You must have mongo installed locally.

Run:
```sh
mongod
```

In a different terminal window, run:
```sh
npm start
```

### If you want to see the server output, open 3 terminal windows/tabs, and run (in order):
```sh
mongod
```

```sh
node server/server.js
```

```sh
webpack-dev-server --env development
```