Skip to content

Commit

Permalink
Set up webpack for locally run the website (#182)
Browse files Browse the repository at this point in the history
Configure webpack for local development

Signed-off-by: MeastroZI <vinitsharma2480@gmail.com>
  • Loading branch information
MeastroZI committed Mar 21, 2024
1 parent 2e272b1 commit 29e0b0e
Show file tree
Hide file tree
Showing 5 changed files with 3,004 additions and 5,870 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,8 @@ www: \
dist/apple-touch-icon.png \
dist/index.html \
dist/manifest.webmanifest

.PHONY: serve
serve: node_modules
$(NODE) ./node_modules/webpack-dev-server/bin/webpack-dev-server.js \
--config ./www/webpack.config.dev.js --open --port 8080

0 comments on commit 29e0b0e

Please sign in to comment.