![]() - Setup basic code structure - Add routes - Add layout components for authentication and dashboard pages - Add session handling - Add login, signup and session |
||
---|---|---|
.. | ||
src | ||
esbuild.config.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
Authorizer dashboard
Getting started
Setting up locally
cd dashboard
npm start
Creating production build
make build-dashboard