Skip to content
Snippets Groups Projects
Commit 92c4b5df authored by Martin Wighus Holtmon's avatar Martin Wighus Holtmon
Browse files

Update README.md

parent c12df213
Branches
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
- Install modules: `npn install`
- Build the website: `npm run build:w`
- This command essentially builds the website every thime you change something (:w = watch)
- If you modify the webpack.config.js file, you need to cancel and run this command again (every time you create a new page).
- If you modify the _webpack.config.js_ file, you need to cancel and run this command again to generate the bundle.
- Run the webserver: `node webServer.js`
- How to build and run the website:
- On linux/mac you could run this one-liner to build and run the website: `node webServer.js && npn run build:w`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment