Allan Naranjo

Results 5 comments of Allan Naranjo

I did that and it is supposed to start the app in http://localhost:8081 however all I get in the browser is: Cannot GET / for both front end and api...

Hi, thanks for replying: npm run dev-server-client twice? Allan On Wed, Jan 13, 2016 at 3:38 PM, Julien Valéry [email protected] wrote: > You need to run 2 process separitly on...

I imagine you mean: npm run dev-server-debug but I get: Cannot find module '/**************/build/server.js' Any idea? On Wed, Jan 13, 2016 at 3:40 PM, Allan Naranjo [email protected] wrote: > Hi,...

I ran npm run build to be able to run "npm run dev-server" however the the build directory only has webpack.records.json and the script in package.json is: "dev-server": "node build/server.js",...

My issue is that everytime I make a change in the server I have to run, npm run build and then npm run start and it takes forever to do...