Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 487 Bytes

File metadata and controls

19 lines (11 loc) · 487 Bytes

Welcome to Code Differently's Angular Website


Installation and Serving

git clone https://github.com/CodeDifferently/Ng-Website.git code-cifferently

After the project is cloned in the CLI you must do the following:

  • cd into code-differently folder
  • then you must cd into the second code-differently folder
  • run the command npm install
  • after finished installing all dependencies run npm start or ng serve

###To build development environment: npm build