Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thepassle/experimental-cla-auth
- Owner: thepassle
- Created: 2018-09-29T11:51:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-29T12:09:07.000Z (about 6 years ago)
- Last Synced: 2024-10-23T15:56:20.654Z (21 days ago)
- Language: JavaScript
- Size: 365 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```