You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may save you a few minutes. I may have missed a step but this is what I remember typing in to get this to run.
in package.json edit the "dev" line and remove single quotes around webpack/dev.config.js
npm install
npm install -g win-node-env
npm install -g webpack-dev-server
npm run (This lists all of the options)
npm run dev
open this URL http://localhost:8080/webpack-dev-server/
The text was updated successfully, but these errors were encountered:
This may save you a few minutes. I may have missed a step but this is what I remember typing in to get this to run.
in package.json edit the "dev" line and remove single quotes around webpack/dev.config.js
npm install
npm install -g win-node-env
npm install -g webpack-dev-server
npm run (This lists all of the options)
npm run dev
open this URL http://localhost:8080/webpack-dev-server/
The text was updated successfully, but these errors were encountered: