Project creation and setup. - zerocodeplatform/tss-login GitHub Wiki

  • To create an angular project type ng new <project-name> in command prompt
  • After creation of project install node-modules using npm install --save