Client side and Server side CRUD. Fullstack project.
These instructions will give you a copy of the project up and running on your local machine for development and testing purposes.
This project use pnpm for manage dependencies:
npm install -g pnpm
For install server dependencies:
cd server
pnpm install
For starting the server side:
pnpm start:server
For enable TypeScript watch in the server side:
pnpm tsc-watch
For install client dependencies:
cd client
pnpm install
For starting the client side:
pnpm start:client
-
MySQL
-
Express
-
ReactJS
-
NodeJS
-
TypeScript