Skip to content

Commit 9c51927

Browse files
committed
screenshot added
1 parent 89d2ac4 commit 9c51927

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

.gitkeep

Whitespace-only changes.

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# HAXcms Server for Node.js
2-
1+
# HAXcms with nodejs backend
32
Start the server in any HAXsite or HAXcms instance
43

4+
![HAXcms nodejs backend](screenshots/haxcms-nodejs.png)
5+
6+
## Run commands
57
```bash
68
npm install
79
npm start
810
```
911

10-
Visit http://localhost:3000
12+
Visit http://localhost:8080 if it doesn't automatically open

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
},
77
"description": "HAXcms single and multisite nodejs server, api, and administration",
88
"main": "dist/index.js",
9+
"icon": "./dist/favicon.ico",
910
"scripts": {
1011
"dev:build": "npm run build && nodemon dist/app.js",
1112
"dev": "nodemon src/app.js",

screenshots/haxcms-nodejs.png

104 KB
Loading

src/favicon.ico

33.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)