User-Admin-Panel

A small react app using typescript, react-query & tailwindcss.

This project was bootstrapped with Create React App. It has been tested with nodejs version 18.12.1 & yarn version 1.22.17, npm version 9.1.3.

Run the fake backend

Install globally json-server

sudo npm i -g json-server

Run the server

json-server --watch db.json --port 3500

Available Scripts

npm i or yarn install

Navigate to the root folder & install project dependencies.

npm start or yarn start

Run the server

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.

npm run test:coverage

Displays the app's test coverage by file & in total.