https://github.com/shhdharmen/awesome-bucketlist
MEAN Stack: Build an App with Angular 2+ and the Angular CLI (repo for : https://www.sitepoint.com/mean-stack-angular-2-angular-cli/)
https://github.com/shhdharmen/awesome-bucketlist
List: awesome-bucketlist
angular angular-cli express mean-stack mongodb mongoose node nodejs
Last synced: 2 months ago
JSON representation
MEAN Stack: Build an App with Angular 2+ and the Angular CLI (repo for : https://www.sitepoint.com/mean-stack-angular-2-angular-cli/)
- Host: GitHub
- URL: https://github.com/shhdharmen/awesome-bucketlist
- Owner: shhdharmen
- License: mit
- Created: 2018-10-24T11:42:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T11:59:56.000Z (over 7 years ago)
- Last Synced: 2025-11-04T20:02:47.084Z (7 months ago)
- Topics: angular, angular-cli, express, mean-stack, mongodb, mongoose, node, nodejs
- Language: JavaScript
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# awesome-bucketlist
## About
- This is repo for : [MEAN Stack: Build an App with Angular 2+ and the Angular CLI](https://www.sitepoint.com/mean-stack-angular-2-angular-cli/)
- This repo contains a sub-module for front-end
## Getting Started
You will have to clone with submodule, that's why...
```
git clone --recurse-submodules -j8 https://github.com/shhdharmen/awesome-bucketlist.git
```
### Backend
- You will need MongoDB started before starting backend. More at [MongoDB Docs for Installation](https://docs.mongodb.com/manual/installation/#tutorial-installation)
```
npm i -g nodemon
npm i
nodemon
```
### Frontend
```
cd awesome-bucketlist-frontend
npm i
npm start
```