af
Contact: Swadesh [swadesh@litekart.in]
Getting Started
Prerequisites
- Git
- Node.js and npm Node 6.x.x
- Gulp (
npm install --global gulp
) - MongoDB - Keep a running daemon with
mongod
- [Python 2.7.x] (https://www.python.org/downloads/release/python-2713/) - Python
Developing
-
Run
npm install
to install server dependencies. -
Run
mongod
in a separate shell to keep an instance of the MongoDB Daemon running -
Run
gulp serve
to start the development server. It should automatically open the client in your browser when ready.