This template uses Next.js version 14.0.0. The following lists what is configured and included:
- App router with
src/app
folder - Basic project file structure (see Project Structure in getting-started.md)
- Some database setup with a database connection function in
src\database\db.ts
and example User schema - Example frontend route and example api route
- Built-in Next.js eslint
- Import aliasing. See paths in
tsconfig.json
for predefined aliases - Template documentation to fill in
- Two branches called
develop
andmain
(if you selected copy branches when creating from template) - Issue and Pull Request templates. Modify them in the
.github
folder - Some common GitHub tags
Last updated 11/13/23