Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 403 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 403 Bytes

cra-template-moments

Usage

  1. Set up a new repository on Github
  2. Open the workspace on Gitpod using the green Gitpod button
  3. 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
  4. Enter y to confirm installing the create-react-app package
  5. Start the app with:
    npm start