/Synthesizers-Showcase-FE

A basic frontend created using Angular framework and Typescript for a synthesizers showcase web application.

Primary LanguageTypeScriptMIT LicenseMIT

Synthesizers Showcase FE

A basic frontend created using Angular framework and Typescript programming language for a synthesizers showcase web application.

SW created in order to practice the following topics:

  • Javascript and Typescript programming languages
  • Angular framework

Software required

  • Angular 12.1.0
  • Angular CLI 12.1.0
  • Node.js 12.14.x/14.15.x or later minor
  • Typescript 4.2.x/4.3.x
  • Visual Studio Code (latest version) and Angular Essentials Extension for a better coding experience
  • Synthesizers-Showcase-BE Web Services ( https://github.com/killbizz/Synthesizers-Showcase-BE )

Installation

  1. Install the required software
  2. Run the Synthesizers-Showcase-BE Web Services
  3. Git clone the repository
  4. Go to the folder Synthesizers-Showcase-FE and type the command npm i to install all the dependencies needed in this Angular project
  5. Type the command ng serve to launch the application in local ( http://localhost:4200/ )