Initial commit

This commit is contained in:
chuqiuyu
2022-06-08 22:39:20 +08:00
commit 8d2ee47921
9 changed files with 2864 additions and 0 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# UI Dev
Just a quick repo I made to test UI development
# Usage
The server will watch HTML/CSS/JS and reload when changes are detected.
`npm run server`
If you need anything else to work with (e.g. `bulma` or `nord`) simply install them with npm.
# Jetbrains FileWatcher (if available)
This image was taken on Windows,
so `Program` may need to be changed on *nix.
![file-watcher](file-watcher.png)