Skip to content

Instantly share code, notes, and snippets.

@samlinux
Last active March 17, 2022 08:53
Show Gist options
  • Save samlinux/a02081950ddfbb771d4198444201ec83 to your computer and use it in GitHub Desktop.
Save samlinux/a02081950ddfbb771d4198444201ec83 to your computer and use it in GitHub Desktop.
Angular meets Internet Computer
# create the base project folder
mkdir projectFolder
cd projectFolder
# create the backend project structure
mkdir -p backend/src/backend
mkdir backend/dist
# create the frontend project structure
ng new frontend
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment