Skip to content

A simple and interesting MeanJS and AdminLTE template, you can read and learn some example here

License

Notifications You must be signed in to change notification settings

modoro-digital/MeanJS-AdminLTE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MeanJS - AdminLTE Template

=====

A simple and interesting MeanJS and AdminLTE template, you can read and learn some example here

Requirements

Before you begin we recommend you read about the basic building blocks that assemble a MEAN application:

  • MongoDB : Go through MongoDB Official Website and proceed to its Great Manual, which should help you understand NoSQL and MongoDB better.
  • Express : The best way to understand express is through its Official Website, particularly The Express Guide; you can also go through this StackOverflow Thread for more resources.
  • AngularJS: Angular's Official Website is a great starting point. You can also use Thinkster Popular Guide, and the Egghead Videos.
  • Node.js: Start by going through Node.js Official Website and this StackOverflow Thread, which should get you going with the Node.js platform in no time.
  • Mean.js: In this section you'll learn how to get started with a MEAN.JS application, install all the prerequisites, and initialize your application.

Versions

  • MongoDB version 2.4.x is supported.
  • Node version 0.12.x is supported.
  • npm version 2.0.x is supported.

Environment

$ npm install -g bower 
  • Install Gulp Task Runner:
$ npm install -g gulp

Dependencies

MeanJSExample use npm to manage NodeJS third-party packages now.

Then install all dependencies, in project's root: "/FirstMean/"

Go to project's root

$ cd FirstMean 

Install all dependencies

$ npm install 

Run

Run the following command to iteratively build the project, in project's root: "/FirstMean/"

Make sure you started Mongodb

$ mongod

Go to project's root

$ cd FirstMean 

Starup on: http://localhost:3017

$ gulp

License

Copyright (c) 2017 Cyber Air Team. Apache License

About

A simple and interesting MeanJS and AdminLTE template, you can read and learn some example here

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages