#Can you run npm start without using react to deply a local server?
12 messages · Page 1 of 1 (latest)
There are many “live server” packages available. However, it sounds like you misunderstand client-side vs. server-side. You can’t use fs client-side.
what can I do
it can be both
npm start (or npm run start runs the script from package.json named start
how do I get a live server package