following-aqua
following-aqua•3y 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
following-aqua
following-aquaOP•3y ago
alright i put set in front but nothing happens the command runs successfully but the web doesnt start
xenophobic-harlequin
xenophobic-harlequin•3y 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 🙏
following-aqua
following-aquaOP•3y ago
Thanks It Worked👍

Did you find this page helpful?