modernwebapp.dev
You can read this segment in in 2 minutes. Solving the exercises might take longer.
This segment covers π
It's time to build something cool. π€
We're using the code-along approach π
The following is an outline of what we're doing to help us keep on track.
We're going to copypasta from my solution repo in some places to save time. Also helps with typos :P
You'll need gatsby-cli
and serverless
.
$ npm install -g gatsby serverless
Clone the starter repo. It comes with some basic setup and stubbed out files. We'll build the rest.
$ git clone git@github.com:Swizec/modern-webapp-starter-repo.git
Mind you both of those are their own npm/yarn repository ... package? You'll have to be careful about that going forward. It's easy to trip up.
You'll need AWS credentials as well
This is a good guide: click me
Make an Admin account for now. It's going to make your life easier.
Go into the webapp
directory and install dependencies:
$ yarn // npm install .
Go into server
directory and install dependencies:
$ yarn // npm install
-- Install now cli
-- Add Gatsby config
Do the thing