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

Project Setup #8

Closed
5 tasks done
LiamMyles opened this issue May 10, 2020 · 1 comment · Fixed by #16
Closed
5 tasks done

Project Setup #8

LiamMyles opened this issue May 10, 2020 · 1 comment · Fixed by #16
Assignees
Labels
Task A task to be completed

Comments

@LiamMyles
Copy link
Owner

LiamMyles commented May 10, 2020

The goal of project setup is to establish all of the technologies that will be used in the project are working correctly.

The Project will be started using create react app, and will need the following set up correctly

  • Testing
    • React Testing Library
    • Coverage
  • Folder Structure
    • Remove default files
  • Typescript
    • Ensure its working as intended
  • Libraries Added
    • styled components will likely be used
  • Deploy Process Established
    • github pages will be setup to deploy the site
@LiamMyles LiamMyles added the Task A task to be completed label May 10, 2020
@LiamMyles LiamMyles self-assigned this May 10, 2020
@LiamMyles
Copy link
Owner Author

Looks like there is some big upgrades coming to CRA soon. With the release of version 4. Which will jump from jest 24 to jest 26, and should fix an issue I'm currently having when running coverage with my tests.

CRA Issue for Jest 26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Task A task to be completed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant