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

Remove react-scripts #13

Closed
4 tasks done
burtonr opened this issue Oct 12, 2021 · 1 comment
Closed
4 tasks done

Remove react-scripts #13

burtonr opened this issue Oct 12, 2021 · 1 comment
Labels
Client (React) An issue only on the client side

Comments

@burtonr
Copy link
Owner

burtonr commented Oct 12, 2021

React-scripts include a lot of dependencies, and only really useful for getting started quickly.

To minimize the npm warn messages, and remove unnecessary complexity, react-scripts should be removed.

The client/package.json should include the following scripts:

  • build
    • To minify the app
  • start
    • To run locally
  • watch
    • To run locally while "watching" for file changes to speed local development
  • test
    • This will have the default no tests output for now as there are no tests
@burtonr burtonr added the Client (React) An issue only on the client side label Oct 12, 2021
@burtonr
Copy link
Owner Author

burtonr commented Jul 18, 2022

This was completed as part of the restructure process #26

@burtonr burtonr closed this as completed Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client (React) An issue only on the client side
Projects
None yet
Development

No branches or pull requests

1 participant