Skip to content

Front end side of the 2021 web programming class MEAN stack project

Notifications You must be signed in to change notification settings

webtalent0125/FrontMEANStack

Repository files navigation

FrontMEAN

Front end side of the 2021 web programming class MEAN stack project with Pr. Michel Buffa

Back end available here

Overview

Demonstration

Setup

Clone the repository using the following command on your git bash terminal:

$ git clone https://github.com/nsdev74/FrontMEAN.git

Open a CMD or Bash terminal and install angular globally in case you haven't already with the following command:

npm install -g @angular/cli

Now navigate to the project's directory and run this command to install the dependences:

npm install

Run the Front end client using the following:

ng serve

Make sure to have Node JS backend running on the local dev environment, access the Angular page by browsing this URL:

localhost:4200/

Authors

  • Nakach Salim @ nsdev74
  • Yassine Azhar

About

Front end side of the 2021 web programming class MEAN stack project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published