iMaximal / angular6-recipe-book-shopping-list

SPA. You can create your dishes, add ingredients and put its in a shopping list. Save&Fetch from server with Auth.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 6 Recipe Book + Shopping List

In dev.

I began to develop on version 5.0

Then I updated the version to 6.

Technologies: Angular 6, Bootstrap, TypeScript.

Install

npm install

Usage

Rename all *.backup files -> drop .backup extention and you should provide your information.

Start:

npm run start
http://localhost:4200/

Build if you want to see a Production build of app with Universal (locally):

npm run build:ssr 
npm run serve:ssr
http://localhost:4000/

About

SPA. You can create your dishes, add ingredients and put its in a shopping list. Save&Fetch from server with Auth.


Languages

Language:TypeScript 75.9%Language:HTML 17.4%Language:JavaScript 6.2%Language:CSS 0.5%