It is a tool to manage medicines storage and data.
git clone [email protected]:matheusdoedev/nextjs-boilerplate.git
npm install
yarn
NODE_ENV=development
VITE_INTERVIEW_API_URL=PUT_THE_URL_HERE
npm run dev
yarn dev
VITE_INTERVIEW_API_URL=PUT_THE_URL_HERE
docker-compose up
# or in detach mode
docker-compose up -d
npm install
yarn
VITE_INTERVIEW_API_URL=PUT_THE_URL_HERE
npm run build
yarn build
npm preview
yarn preview
- React
- React Query
- TypeScript
- Vite
- Axios
- Formik
- Material UI
- Yup
- Testing Library
- JSDOM
- Vitest
- ESLint
- Prettier
- Dockerfile
- Docker Compose
- React Toastify
- React Datepicker
- React Spinners
- React Icons
- Emotion
- AWS EC2
- CI/CD
- Github Actions
- Fork it (<[email protected]:matheusdoedev/pizza-army.git>)
- Create your feature branch (
git checkout -b feat/fooBar
) - Commit your changes following conventional commits pattern (
git commit -am 'feat: add some feature'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Reques