Skip to content

invercity/iris

Repository files navigation

iris

GitHub Release Tests Dependencies Audit Codacy Badge Commits License

Prerequisites

Make sure you have installed all the following prerequisites on your development machine:

Quick Install

To install Node.js dependencies you're going to use npm again. In the application folder run this in the command-line:

$ npm install

Running Your Application

After the end of install process, you'll be able to run your application using Grunt, just run grunt default task:

$ npm start

Your application should run on port 3000 with the development environment configuration, so in your browser just go to http://localhost:3000

Running in Production mode

To run your application with production environment configuration, execute grunt as follows:

$ NODE_ENV=production npm start
  • explore config/env/production.js for production environment configuration options

Running with User Seed

To have default account(s) seeded at runtime:

MONGO_SEED=true npm start

License

MIT