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 #2

Open
5 of 7 tasks
darahayes opened this issue Jul 9, 2019 · 0 comments
Open
5 of 7 tasks

Project Setup #2

darahayes opened this issue Jul 9, 2019 · 0 comments
Labels

Comments

@darahayes
Copy link

darahayes commented Jul 9, 2019

As team member, I want the project set up such that the team will have a good development experience.

This first card will cover some of the basic things that should be in place to ensure a good developer experience.

  • Decide will TypeScript be used in both frontend and backend? Or just the backend?
  • Set up the typescript compiler
  • Set up appropriate linters for TypeScript/JavaScript
  • Create initial boilerplate frontend application - create react app is a good option, there may also be others.
  • Create initial boilerplate server application - There are plenty examples from voyager-server, the ionic-showcase app and others.
  • Continuous Integration - On every pull request, the code will be built and tested in a CI system.
  • Continuous Delivery - On every merge to master, the app will be deployed somewhere on the public internet. This will allow all stakeholders to physically see the progress of the project at any time
@darahayes darahayes added the epic label Jul 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant