Sample application using the aureliauth plugin. Uses a NodeJs backend with mongoDb.
- NodeJs
- Jspm
- You need an running MongoDb server.
- Gulp
- cd client
- npm install
- jspm install
- update authConfig.js with your own clientIds
- cd ../server
- npm install
- create under /server/config a file called config.development.js and copy the content from config.production.js and update the security values. Change in config.development.js the nodejos port from 10000 to 5000
- cd ../client
- gulp watch
- Open an browser with http://localhost:4000