Application Description
Prerequisites NodeJS LTS v18.14.0
- Install nvm on your machine
- run
nvm install v18.14.0 - run
nvm use - Run
npm installin the working directory to install required packages - Reference
.env.exampleand create your own.envfile - Run
npm run startto start the server on localhost
src/
├─ api/
│ ├─ ApiHandler.ts
│ ├─ ApiService.ts
├─ assets/
├─ components/
│ ├─ ExampleComponent/
│ │ ├─ ExampleComponent.tsx
│ │ ├─ index.ts
├─ constants/
├─ pages/
│ ├─ Home/
│ │ ├─ Home.tsx
│ │ ├─ index.ts
├─ utils/
│ ├─ hooks/
│ ├─ contexts/
│ ├─ miscellaneous.ts
- Use Gitmoji to add emojis to your commit messages
- Use the following format for your commit messages
- ✨
feat: add new feature - 🐛
fix: fix a bug - ♻️
refactor: refactor code - 🎨
style: change styling - 🔥
chore: remove unused code - 📝
docs: update documentation - 📦
package: update package - 🚀
deploy: deploy to production - 🗑️
waste: remove unused code
- ✨
[Placeholder]