Skip to content

paratagas/lx_case

Repository files navigation

Lx case

Simple app for data rendering

Lx case


Tech

Lx case uses several open source projects to work properly and for tests:


Requirements

  • Tested successfully on Node.js v6.9+
  • Tested successfully on MongoDB v2.6+

Installation

$ cd lx_case
$ npm install
  • To install dependencies for making tests run:
$ npm install -g grunt-cli
$ npm install -g mocha
$ npm install -g jshint

Launching

$ npm start

After that your web application is available on:

http://localhost:3000

Development

  • To automatically start the server while development run:
$ nodemon

Settings

App settings can be changed in "settings.js"


License

MIT