passive-yellow
passive-yellow•2y ago

Refine Store Example

https://github.com/refinedev/refine/tree/master/examples/store I attempted to start the project followed all instructions presented and i got this.
GitHub
refine/examples/store at master · refinedev/refine
Build your React-based CRUD applications, without constraints. - refine/examples/store at master · refinedev/refine
No description
3 Replies
passive-yellow
passive-yellow•2y ago
alright i put set in front but nothing happens the command runs successfully but the web doesnt start
adverse-sapphire
adverse-sapphire•2y ago
Hello! Sorry for the issue @ACCESSVIP The start script has two ENV variables NODE_OPTIONS and PORT. (NODE_OPTIONS=--max_old_space_size=4096 PORT=8000 next dev) For Windows environment, you can try to run them separately and modify the package.json for the start script to be next dev. After you set the NODE_OPTIONS and PORT variables just run npm run start to make the server running. If you still have blank pages after npm run start, please share the output of your terminal or the outputs in the browser console 🙏
passive-yellow
passive-yellow•2y ago
Thanks It Workedđź‘Ť