Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/caferrari/mean-seed

Angular Material, Express, MongoDB, ES6
https://github.com/caferrari/mean-seed

Last synced: about 2 months ago
JSON representation

Angular Material, Express, MongoDB, ES6

Awesome Lists containing this project

README

        

# Mean Seed

## Dependencies

- It's necessary to install docker and docker-compose to run the project.
- Install NodeJS 4.x (LTS) (https://nodejs.org/en/download/package-manager/)
- Install some global modules:

```
sudo npm install -g gulp bower jshint
```

## Running the project

After cloning the repository, install the dependencies:

```
npm install
bower install
```

Then run the container with the command

```
docker-compose up
```

## Login

```
email: [email protected]
password: 123456
```

## Recommended Atom plugins

- atom-beautify
- language-pug
- jshint
- file-icons