Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

xanhtool/angular-2-cms

Repository files navigation

SETUP

STEP 1: go to src/enviroments and edit this config by this instruction firebase setup: export const environment = { production: true, firebase: { apiKey: "xxx", authDomain: "xxx", databaseURL: "xxx", projectId: "xxx", storageBucket: "xxx", messagingSenderId: "xxx" } };

STEP 2: run yarn or npm install

STEP 3: go to /functions and run: yarn or npm install

USING: goto website or login to login to dashboard

Website

This project was generated with Angular CLI version 1.3.0.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.