IITJ Software Engineering Project: OAuth/openid based authentication portal
-
Lint Test
$ npm run lintTest
-
Lint
$ npm run lint
-
Build
$ npm run build
-
Tests
# Without build & coverage $ npm run localTests # Without build $ npm run localTestsWithCoverage # With build and Coverage $ npm test
-
Start Dev Server
$ npm start