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:
  • How to Run:
  1. Firebase

Installation

For installation, firstly make sure that whether node & npm installed. And to run the project in web browser, use the below commands to install node dependencies and to run the app.

PreviousWhat is FirebaseNextCloud Config

Last updated 5 years ago

Project Requirement:

  • First, make sure you have installed node.js 8.X and npm 5.X version. You can check it on your terminal window just by entering node -v and npm -v. You can also download latest nodeJs from here.

$ npm -v
$ node -v
  • Make sure you have installed latest angular-cli 1.5X version. You can check the angular version in the terminal with ng -v command. If you need more info on how to set up the angular4 project, please follow “ ” at there official websites.

    Git also should install on your machine if not then please download from .

How to Run:

Run in web browser

Open the Terminal and navigate to the project folder (weapp) and install NodeJS dependencies using the below command:

$ npm install

Once your node_modules lib installed successfully you can run the app on the browser using below command:

$ng serve

If there is an issue, please google it, and if you dint find any solution, please feel free to report us, we will look into it.

angular official website
here