1d5ab54bd7 | ||
---|---|---|
src | ||
.gitignore | ||
README.md | ||
build.js | ||
client-websocket.js | ||
dev-server.js | ||
package-lock.json | ||
package.json |
README.md
jhan.com.au
This is my personal portfolio website
Tenants of this design:
- Minimal build dependencies. Just combine, compress and go.
- K.I.S.S.
- Go slow and fix things.
- Mobile first and all that entails.
Build
node build.js
Develop
node dev-server.js
or
nodemon dev-server.js
for live-reloading