src | ||
.gitignore | ||
eslint.config.js | ||
index.html | ||
LICENSE | ||
package.json | ||
pnpm-lock.yaml | ||
README.md | ||
tsconfig.app.json | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts |
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!