-
Install with
yarn
and build withnpm run build
. -
Start the webserver with
npm start
and open http://0.0.0.0:3666/ in your web browser
To run webpack in watch mode, enter npm run build -- --watch
Install with yarn
and build with npm run build
.
Start the webserver with npm start
and open http://0.0.0.0:3666/ in your web browser
To run webpack in watch mode, enter npm run build -- --watch