Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/caferrari/mean-seed
- Owner: caferrari
- Created: 2016-09-21T12:07:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-21T13:11:58.000Z (over 8 years ago)
- Last Synced: 2024-10-28T05:39:06.863Z (3 months ago)
- Language: JavaScript
- Size: 315 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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