🖥️
Full stack Typescript
  • Introduction
  • Environment setup
    • Workspace setup
    • Firebase project setup
    • Firebase authentication
    • Firestore database
    • Firebase hosting
  • Getting started with the Full Stack Typescript repository
  • Workflows
    • Development workflow
      • Component workflow
        • Application Toolbar component example
      • Feature workflow
        • User Account feature example
      • Function workflow
        • Update User Account callable function example
      • Web3 function workflow
        • Query Ethereum balance callable function example
    • Icon workflow
    • Push notification workflow
    • PWA workflow
      • Making your PWA Google Play Store ready
    • Secret Manager API workflow
  • Styleguide
    • Architecture overview
    • Naming conventions
    • Single-responsibility principle
  • Change Requests
    • Request for changes
      • Change pattern proposal template
      • New pattern proposal template
Powered by GitBook
On this page
  1. Environment setup

Workspace setup

Initializing your new full stack application workspace

Open VS Code or your preferred command line tool and navigate to the directory you wish to install the new repository.

Clone the starter repository

git clone {{repository link when available}} {{new-project}}

Navigate to the new project's directory

cd {{new-project}}

Install the project dependencies

npm install
PreviousEnvironment setupNextFirebase project setup

Last updated 2 years ago