- Set up a new repository on Github
- Open the workspace on Gitpod using the green Gitpod button
- In ther terminal enter the following command:
npx create-react-app . --template git+https://github.com/Code-Institute-Org/cra-template-moments.git --use-npm
- Enter
y
to confirm installing the create-react-app package - Start the app with:
npm start