react-absolute-grid icon indicating copy to clipboard operation
react-absolute-grid copied to clipboard

How to run in windows

Open jlehew opened this issue 6 years ago • 0 comments

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/

jlehew avatar Jul 25 '19 06:07 jlehew