https://github.com/caferrari/mean-seed
Angular Material, Express, MongoDB, ES6
https://github.com/caferrari/mean-seed
Last synced: about 1 year 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-21T13:11:58.000Z (almost 10 years ago)
- Last Synced: 2025-02-08T08:47:36.451Z (over 1 year 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: admin@admin.com
password: 123456
```
## Recommended Atom plugins
- atom-beautify
- language-pug
- jshint
- file-icons