AWS Workshop 01
In today's workshop we'll be building "Bit by Bit", a task tracker for the busy I.T. professional.
"Bit by Bit" will be a Single Test Application (SPA) that we'll deploy to the cloud in our next workshop.
Workshop Overview
- Set up
- Build a User Story Map
- Slice a first release
- Build it!
Set up (Things to do before we begin):
-
Learn about User Story Mapping by reading the following two articles:
-
Create a new empty personal project (https://gitlab.com/users/your.username/projects) on your J1 Gitlab called
bit-by-bit
. -
Check the
bit-by-bit
repository
cd path/to/your/code/folder
git clone git@gitlab.com:YOUR_GITLAB_USERNAME/bit-by-bit.git
- Bootstrap your newly created project using
create-react-app
cd path/to/your/code/folder/bit-by-bit
npx create-react-app .
-
Click the following link:
- Choose the "Graduate Programme" team to create a new board with an empty User Story Map
- Immediatlely rename the board "Bit by Bit - First Name Last Name"