cornerstone icon indicating copy to clipboard operation
cornerstone copied to clipboard

how to start chrome to view project?

Open wangning08115 opened this issue 6 years ago • 1 comments

I first use node js project, and i clone code, and nmp install, then but i dont not how to view in chrome , how can i do?

wangning08115 avatar Jan 17 '20 06:01 wangning08115

I don't believe this project launches the chrome browser with any particular entrypoint. The start:dev script will watch for changes and update the output bundle as you develop. Most of the examples consume that output, and can be opened in chrome. You may need to refresh as you make changes to use the updated code.

We could add a simple entrypoint with the WebpackHtmlPlugin to offer a better developer experience here.

dannyrb avatar Jan 21 '20 02:01 dannyrb