Skip to content
Naman-Kumar-Sinha edited this page Aug 30, 2016 · 3 revisions

#RedCraftsTM Welcome to RedCraftsTM wiki.

Tools and Dependencies

  • Download Brackets IDE. This is our de-facto standard. In use version: 1.7
  • Install AngularJS extension for Brackets by the AngularUI team. Download only with Brackets extension manager.
    In use version: 1.1.2
  • Download NodeJS LTS kit. It include NPM. In use version: v4.5.0 (includes npm 2.15.9)
  • Set the current working loaction to project path by using cd command. Run npm start to load all the dependecies mentioned in package.json to corresponding locations. Following major node modules will be loaded.
    • Bower: Package manager to load client side modules.
    • Http-Server: Runs local instance of the server.
    • Karma: Unit Testing module.
    • Protractor: E2E Testing module.

Getting started with project

  1. Access https://github.com/Naman-Kumar-Sinha/red-crafts/
  2. Click on "Clone or download".
  3. Choose "Open in Desktop" (recommended)
  4. Start coding.
  5. If you are a contributor then fork the code and then download instead of clone and download. You can contribute by raising a pull request to merge the code in master.

Note:

Clone this wiki locally