Open
Conversation
added 3 commits
August 25, 2025 17:55
- 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
- removed all redux reducers, stores, and code that connect to the redux state or dispatches - removed redux, react-redux, redux-thunk - added react-is for styled-components - moved App.js code to layout.tsx and page.tsx - removed App.js file - removed NotificationBanner.js
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Big update for this project after 5 years