pyncz / au1-ecdsa-node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alchemy University Week 1 Assignment

Client

The client folder contains a react app using vite. To get started, follow these steps:

  1. Open up a terminal in the /client folder
  2. Run pnpm install to install all the depedencies
  3. Run pnpm run dev to start the application

Now you should be able to visit the app at http://127.0.0.1:5173/

Server

The server folder contains a node.js server using express. To run the server, follow these steps:

  1. Open a terminal within the /server folder
  2. Run pnpm install to install all the depedencies
  3. Run pnpm run dev to start the server

Now you should be able to access the server at http://127.0.0.1:3042/

About


Languages

Language:JavaScript 79.8%Language:SCSS 16.5%Language:HTML 3.7%