rare-sapphire
rare-sapphire2y ago

is there any framework restrictions ?

Hi can i build project on nodejs ?
5 Replies
kapa.ai
kapa.ai2y ago
Hi @Adil_Rehman. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- Refine is a React-based framework for building data-intensive applications. It doesn't directly build projects on Node.js, but it does work in any environment that can run React, including Vite, Next.js, Remix, and CRA(Legacy). You can bootstrap a refine project using the create refine-app command or the refine.new platform. Here's an example of how to bootstrap a refine project using the create refine-app command:
npm create refine-app@latest
npm create refine-app@latest
After the setup is complete, navigate to the project folder and start your application with:
npm run dev
npm run dev
You can also use the refine.new (https://refine.new/) platform to create refine apps right in your browser. You can preview, modify, and download your project immediately from there. Please note that while Node.js is often used to run the development server for React applications, the refine framework itself is not specifically built for Node.js. For more information, you can refer to the refine documentation (https://refine.dev/docs/getting-started/quickstart). ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai2y ago
<@609096455201751071> kapa.ai is still learning and improving, please let us how it did by reacting below
rare-sapphire
rare-sapphireOP2y ago
how to get tickets on this hackathon
wise-white
wise-white2y ago
get ticket from here https://hackathon.refine.dev/
refine + DEV | Hackathon
Showcase your skills, creativity, and innovation using refine.
wise-white
wise-white2y ago
GitHub
refine/hackathon/refine-hackathon.md at master · refinedev/refine
Build your React-based CRUD applications, without constraints. 🌟 Star to support our work! - refine/hackathon/refine-hackathon.md at master · refinedev/refine

Did you find this page helpful?