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
Last updated