Closed mumairofficial closed 6 years ago
okay I got this; problem was whn I run npm start
expecting following both commands will work with single one.
npm run dev
it generates build directorynpm start
which is electron .
We should configure both command in single with watch mode :-)
Fixed in 083aa77c6396fca17b676546c7ebded9696d44c8 by @konsumer under PR #4. Now it builds and serve with a npm start
only.
Hi,
After following all steps to setup and upon
npm start dev
also triedyarn start dev
getting error in console.Can you please suggest any resolution?