/kommcenta-web

Web app for #KommCenta

Primary LanguageJavaScriptMIT LicenseMIT

kommcenta-web

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Local Firebase

Run a local web server for development

Install or update the Firebase CLI. Run the following npm command from anywhere on your computer:

npm install -g firebase-tools

Sign into Google. Run the following command:

firebase login

Initialize your Firebase project. Run the following command from the root of your local app directory:

firebase init

Start the local server for development. Run the following command from the root of your local app directory:

firebase serve