项目作者: ARWL2016

项目描述 :
Front end Angular app that stores recipes in local storage
高级语言: TypeScript
项目地址: git://github.com/ARWL2016/recipe-book-cli.git
创建时间: 2017-04-26T07:13:29Z
项目社区:https://github.com/ARWL2016/recipe-book-cli

开源协议:

下载


Recipe Book Application

A front end CRUD application for storing recipes in browser local storage.

Tech

  • Angular 4.0
  • Bootstrap 3.3
  • Toastr 2.1
  • Node 6.9.2
  • Express 4.15
  • Build: Angular CLI, typescript

Features

  • responsive design
  • angular animations
  • reactive form
  • toast notifications
  • Ahead-of-Time compilation

Run this App (dev)

  • npm install
  • npm run build:watch - run webpack and Angular compiler in watch mode
  • (concurrently) npm run server

Build this App (prod)

  • npm run build - production build
  • npm start

to do

  • do front end checklist
  • deploy to Heroku

bugs

  • when ingredient control is added then removed, the form does not update validation
  • on initial render, active link is not styled