Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App Boilerplate #8

Merged
merged 2 commits into from
Jun 14, 2024
Merged

Conversation

D-Antonelli
Copy link
Collaborator

@D-Antonelli D-Antonelli commented Jun 14, 2024

Pull Request Title

Description

Creates Next JS boilerplate.

Fixes #2

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Include any relevant details for your test configuration.

  • Unit tests
  • Integration tests
  • Manual testing
  • Not applicable

Test Configuration:

  • Firmware version:
  • Hardware:
  • Toolchain:
  • SDK:

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • This is an UI update and I have tested the changes in different screen sizes (mobile, tablet, desktop)

Deployment notes

Please provide any details about the deployment, configuration, and migration steps required for this change.

  • New environment variables introduced:
    • ENV_VAR_NAME : description
  • Database migrations required:
    • Migration description

Screenshots (if applicable)

Please add any screenshots that can help in understanding the changes.

@D-Antonelli D-Antonelli changed the title creates next app App Boilerplate Jun 14, 2024
@D-Antonelli D-Antonelli merged commit 63a0663 into develop Jun 14, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a nodejs basic app, with 1 view exposed (the default landing page)
1 participant