restaurantwebapp
  • RESTAURANT WEB APP
  • File Structure
  • Project Requirement
  • How to Run WebApp
  • SCSS File Structure
  • Project Structure
  • video installation guide
  • Firebase
    • What is Firebase
    • Installation
    • Cloud Config
    • Firebase Config
  • NodeJS
    • Requirements
    • How to Run NodeJS
  • CHANGELOG
    • Changelog
Powered by GitBook
On this page

Project Requirement

Project requirement details.

PreviousFile StructureNextHow to Run WebApp

Last updated 5 years ago

  • First make sure that you have installed node.js 16.X and npm 6.X version. You can check it on your own terminal window simply by entering node -v and npm -v. You can also download latest nodeJS from .

$ npm -v
$ node -v
  • Make sure that you have installed latest angular - cli atleast 1.5.X.You can install it by using the command npm install -g @angular/cli. You can check ionic version in terminal with ng -v command. If you need more info how to setup angular4 project please follow .

here
angular official website