Step-by-step guides to help you build amazing applications with Koderupa
Follow this step-by-step tutorial to build your first application with Koderupa.
Create a new Koderupa project using our CLI tool:
npx create-Koderupa-app my-first-app
cd my-first-appSet up authentication for your application:
// src/auth.js
import { KaliAuth } from '@Koderupa/auth';
export const auth = new KaliAuth({
apiKey: process.env.Koderupa_API_KEY,
authDomain: 'your-app.Koderupa.com'
});Learn how to deploy your Koderupa application to production.
Before deploying your application, make sure you've completed these steps:
Koderupa.config.js