Coder Social home page Coder Social logo

go's Introduction

This is a MEAN stack project using Yeoman and the angular-fullstack generator for scaffolding.

In order to run the program, make sure you have the following programs installed and depending on your computer:

MongoDB from http://www.mongodb.org/ Node.js from http://nodejs.org/ Ruby from https://www.ruby-lang.org/en/

Note: Ruby and a gem depencency SASS must be installed and in your PATH for the project to compile correctly.

For MAC OSX Users:

Use Homebrew to install these missing packages. Instructions are as follows:

To install Homebrew: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew doctor

To install ruby: brew install ruby

To install SASS: Navigate to where you installed ruby (mine was /usr/local/Cellar/ruby/) and do: gem install sass

Next, type

npm install

Then

bower install

And your dependency issues should be solved. If there are any uninstalled modules, please look them up. Ususally as a rule of thumb you can use

npm install to install these modules

From there, navigate back to the home directory of the project and type in grunt serve. The application should load from there.

Useful Notes: For deleting node_modules folder on Windows (*Do this in command prompt): "mkdir junk" and then "robocopy junk node_modules /MIR"

go's People

Contributors

nxho avatar schan93 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.