https://github.com/mfbx9da4/mean-with-auth
https://github.com/mfbx9da4/mean-with-auth
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mfbx9da4/mean-with-auth
- Owner: mfbx9da4
- License: mit
- Created: 2017-03-05T15:04:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T16:29:04.000Z (about 6 years ago)
- Last Synced: 2025-01-26T17:45:46.926Z (4 months ago)
- Language: CSS
- Size: 842 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MEAN Boilerplate with Email Auth
==============================## Install
- Requires node v6. Use [nvm](https://github.com/creationix/nvm) for example, for managing versions.
- Requires mongodb installed and running (`mongod`).npm install
## Test and coverage
Test server
npm run test:server
Test client
npm run test:client
## Run app
npm run start