locomotivemtl / locomotive-boilerplate

🚂 Front-end boilerplate for projects by Locomotive.
https://locomotivemtl-boilerplate.vercel.app/
MIT License
463 stars 71 forks source link

Kept buffering #145

Closed byalexlynpi closed 1 year ago

byalexlynpi commented 1 year ago

npm start opens up a browser window but kept on spinning

devenini commented 1 year ago

Hey! Your loconfig.json should contain a paths.url (check out the documentation) with the domain name you're using for local development. Have you set up a virtual host that points to the your-project/www/ directory?

devenini commented 1 year ago

Alternatively you have the option to remove the paths.url line from your project configuration (reference here). By doing so, the default proxy URL will be set to localhost:3000.