- Responsive and mobile friendly UI.
- Dark and light mode.
- NodeMailer Email authentication
- Google Map/Github OAuth
- Realtime communication.
- Google Map integration.
- Real-time waste collection monitoring
- 2-way ranking system(user/contractor)
- Real-time monitoring of tickets claimed/completed by contractors
$ git clone https://github.com/FallenDeity/react-next-tailwind-template
$ cd react-next-tailwind-template
$ npm install
$ npm run build
Internally calls for next to build the project.
$ npm run test
Internally calls for mocha to run the tests.
$ npm run dev
Internally calls for next to run the project in development mode.
npm run lint
- Runs eslint on the project.npm run lint:fix
- Runs eslint on the project and fixes the errors.npm run prettier
- Runs prettier on the project.npm run prettier:fix
- Runs prettier on the project and fixes the errors.
Note
Few more commands are available inpackage.json
underscripts
section.