TheDigitalNinja / frontend

Angular 2 fronend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smart Grocery List Frontend

Getting Started

Modify the auth.config.ts. file in the app/auth directory and provide your Auth0 client ID and domain.

Install the npm packages described in the package.json and verify that it works:

# Install the dependencies
npm install

# Run
ng serve

The npm start command first compiles the application, then simultaneously re-compiles and runs the lite-server. Both the compiler and the server watch for file changes.

Shut it down manually with Ctrl-C.

LICENSE

Copyright 2017 Russell Perkins

Licensed under the Attribution-NonCommercial-NoDerivs 3.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://creativecommons.org/licenses/by-nc-nd/3.0/

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Angular 2 fronend

License:Other


Languages

Language:TypeScript 74.2%Language:HTML 17.7%Language:CSS 4.4%Language:JavaScript 3.7%