You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
voyager-server
, theionic-showcase
app and others.The text was updated successfully, but these errors were encountered: