This Application is bootstrapped with Vite, using the React-Javascript template. It showcases a mix blend of Tanstack packages like Tanstack-Query, Tanstack-Table, Tanstack-Router.
For Building and Running the application.
- nodeJs >= 20
- npm >= 10
To run the application in local machine, you need to
-
Install the node_modules
npm i
-
kick start the local server
npm run dev
Open http://localhost:5173/ to view it in the browser. The page will reload if you make edits.
Vite Bundler.
React setup,