Skip to content

akcer/MyMemesAngular

Repository files navigation

MyMemes

App build with angular and primeng

Demo

Requirements

  • Node.js
  • MongoDB

Installation

$ git clone https://github.com/akcer/MyMemesAngular.git
  • Enter project directory:
$ cd MyMemesAngular
  • Install NPM dependencies:
$ npm install
  • Run development server:
$ npm run start
  • Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.