A boilerplate code for ReactJs, TypeScript, NodeJs, Vite and TailwindCss with ESLint
This project is built using TypeScript, Vite for the frontend, and tsx for running TypeScript in Node.js without compilation. Linting is set up for code quality.
# Install dependencies
yarn install
# Install tsx globally to run TypeScript files in Node.js
yarn global add tsx
# Install nodemon globally for NodeJs to automatically restart application when changes are done
yarn global add nodemon
#run
yarn dev
#run specific file in nodejs
tsx server/src/server.ts