An open API service indexing awesome lists of open source software.

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/)

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
```