A client for simple-review-server
Go to file
powermaker450 915a1823e3 cd
2024-09-12 00:26:49 -04:00
src Remove unused config 2024-09-12 00:05:42 -04:00
.gitignore First commit (nonfunctional) 2024-08-28 16:36:52 +00:00
eslint.config.js First commit (nonfunctional) 2024-08-28 16:36:52 +00:00
index.html Change page title 2024-08-31 16:21:15 +00:00
LICENSE First commit (nonfunctional) 2024-08-28 16:36:52 +00:00
package.json Add reviews page, switch between pages 2024-09-11 23:26:34 -04:00
pnpm-lock.yaml Add reviews page, switch between pages 2024-09-11 23:26:34 -04:00
README.md cd 2024-09-12 00:26:49 -04:00
tsconfig.app.json First commit (nonfunctional) 2024-08-28 16:36:52 +00:00
tsconfig.json First commit (nonfunctional) 2024-08-28 16:36:52 +00:00
tsconfig.node.json First commit (nonfunctional) 2024-08-28 16:36:52 +00:00
vite.config.ts First commit (nonfunctional) 2024-08-28 16:36:52 +00:00

Simple Review Client

This is the client to complete the pair with Simple Review Server.

Building and Testing

Clone the repository:

git clone https://git.povario.com/powermaker450/simple-review-client
cd simple-review-client

Install the dependencies and run the dev server:

pnpm i 

pnpm dev

Check it out on http://localhost:5173 and use it to post some reviews to the server!