The React Framework for Production ordi.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, and more. No config is necessary.
To get started with ordi.js, you can create a new project:
npx create-ordi-app@latest [project_name]
Then, follow the prompts to set up your new ordi.js project.
The documentation for ordi.js can be found here.
To start the development server, run:
pnpm start
Open http://localhost:4000 with your browser to see the result.
You can start editing the page by modifying src/routes/*. The page auto-updates as you edit the file.
To create an optimized production build of your application, run:
pnpm build
The ordi.js community can be found on GitHub Discussions, where you can ask questions, voice ideas, and share your projects.
Please see our Contributing Guide to learn how you can help.
ordi.js is licensed under the MIT License. You can view the full license here.