The client side application using Yummy API.
This application was built using:
- NextJS 13
- TypeScript
- Bootstrap 5
- SCSS
First, run the development server:
npm run dev
To release a new version, create your feature, changes or fix branch naming e.g. feature/your-feature-name
.
Next, change a version in package.json
file and add a new record to CHANGELOG.md
file
including information what relevant was added, changed, fixed or removed.
To make the application work correctly, the following environmental variables need to be added:
.env.local
file:NEXT_PUBLIC_APP_URL
- URL of applicationNEXT_PUBLIC_API_URL
- URL of API
Good luck, have fun!