FeathersJS + Authentication + Typescript under Test
This project shows how to use Feathers with Typescript. It adds authentication features incl. tests. For the latter see test/app-auth.test.ts.
See Medium article for more explanation.
Getting up and running is as easy as 1, 2, 3.
-
Install your dependencies
cd path/to/feathersjs-auth-meets-typescript; npm install -
Start your app
npm start
Simply run npm test and all your tests in the test/ directory will be run.
- Initial release
Copyright (c) 2018
Licensed under the MIT license.