/Phone-Store-Angular5-Node-8.9

📱 Opinno Phone Store code challenge. 💄Front with Angular 5. 🏗️ API-REST with Node and Express

Primary LanguageTypeScript

Codacy Badge Maintainability

Opinno Coding Challenge

Technologies

  • Node
  • Express
  • Angular 5

Run Server

Download or fork this repo. Run:

cd server

npm i

npm start

Note: If you don't have nodemon, you can install using: sudo npm i -G nodemon or go to directory /server/package.json and change the script start to: "start": "node ./bin/www"

Run Client

Download or fork this repo. Run:

cd client

npm i

ng server