-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
tfukaza
committed
Jul 18, 2024
1 parent
2c5659a
commit 6153998
Showing
10 changed files
with
614 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,35 @@ | ||
|
||
A minimal no-dependency library for making node based UIs. | ||
A minimal, un-opinionated, extensible library for making interactive UIs. | ||
|
||
## Development | ||
|
||
Install all dependencies: | ||
|
||
``` | ||
npm run install | ||
npm run install | ||
``` | ||
|
||
Test the library in a vanilla Js website: | ||
|
||
``` | ||
npm run dev-vanilla | ||
``` | ||
``` | ||
|
||
Test the library in a React website: | ||
|
||
``` | ||
npm run dev-react | ||
``` | ||
|
||
``` | ||
|
||
## Testing | ||
|
||
Run end-to-end tests: | ||
|
||
``` | ||
npm run test:e2e | ||
``` | ||
|
||
Run unit tests: | ||
|
||
``` | ||
npm run test:ut | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.