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

Rework build/run scripts #49

Open
chaiinchomp opened this issue Nov 14, 2024 · 0 comments
Open

Rework build/run scripts #49

chaiinchomp opened this issue Nov 14, 2024 · 0 comments

Comments

@chaiinchomp
Copy link
Member

App was originally scaffolded using create-react-app which is now deprecated, ideally would move to something more modern ie Nextjs

Other than that some notes:

  • Run script shouldn't require any of the autoprefixer/postcss dependencies in prod, need to remove the prebuild style compilation step and then those can be put back to dev deps. Keep it in dev though because it's convenient not to have to manually rebuild styles.
  • I think react-scripts is from CRA and can be scrapped altogether after upgrading the build framework
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant