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
- That will build it all and watch the css, img, and js assets.
33
-
- Then you can load up `http://localhost:5000` or `public/index.html` in a browser. narf!
30
+
- Then you can load up `http://localhost:8080` in a browser. narf!
34
31
`/src/index.js`, `/src/css/style.scss`, and `/src/html/index.html` are the main files you'll want to edit for functionality.
35
32
- If you have the [LiveReload Chrome extension](https://chrome.google.com/webstore/detail/livereload/jnihajbhpnppcggbcgedagnkighmdlei) installed, it should do live css updates in your browser while gulp watch is running
36
33
- CSS is auto-prefixed for the supported browserslist, so don't manually add any browser prefixes to CSS src.
0 commit comments