Skip to content

switching to NextJS and removing Webpack#54

Merged
andreGarvin merged 1 commit intorefactor/v4from
refactor/nextjs
Aug 26, 2025
Merged

switching to NextJS and removing Webpack#54
andreGarvin merged 1 commit intorefactor/v4from
refactor/nextjs

Conversation

@andreGarvin
Copy link
Owner

  • moved all react frontend and backend code to src folder
  • created folders for the modules (application code), app (frontend code), and database folder for repositories and queries
  • switched from circleci to github workflows
  • updated Dockerfile to use the faster build steps for building the docker container
  • updated .dockerignore, .gitignore, .nvmrc, .preiiter
  • update tsconfig.json for nextjs build and support old build code as well
  • add .npmrc to download exact versions
  • added layout, page, not-found, and error pages for nextjs app router project
  • added config file for nextjs project
  • removed webpack
  • removed yamljs swagger-ui-express superagent webpack webpack-cli nodemon copy-webpack-puglin clean-webpack-puglin ava @types/superagent from package.json

- created folders for the modules (application code), app (frontend code), and database folder for repositories and queries
- switched from circleci to github workflows
- updated Dockerfile to use the faster build steps for building the docker container
- updated .dockerignore, .gitignore, .nvmrc, .preiiter
- update tsconfig.json for nextjs build and support old build code as well
- add .npmrc to download exact versions
- added layout, page, not-found, and error pages for nextjs app router project
- added config file for nextjs project
- removed webpack
- removed yamljs swagger-ui-express superagent webpack webpack-cli nodemon copy-webpack-puglin clean-webpack-puglin ava @types/superagent from package.json
@andreGarvin andreGarvin merged commit e9f4441 into refactor/v4 Aug 26, 2025
1 of 2 checks passed
@andreGarvin andreGarvin deleted the refactor/nextjs branch August 26, 2025 15:55
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.

1 participant