Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

sitepoint-editors/MEAN-bucketlist-application

 
 

Repository files navigation

MEAN Stack: Developing an app with Angular 2+ and the Angular CLI

This is a simple bucket list application that lets you create, view and delete your bucketlist items. This is an example to demostrate setting up a project using MEAN stack.

Requirements

Installation Steps

npm install

The angular front-end code is located inside the angular-src.

Do a npm install inside the angular-src directory so that npm can install all the angular dependencies

Angular-CLI's

ng build

should compile the static code into the root public directory.

Run npm start to get this started!

License

The MIT License (MIT)

Copyright (c) 2017 SitePoint

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A simple bucket list using Angular

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 60.3%
  • JavaScript 26.7%
  • HTML 12.0%
  • CSS 1.0%