-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Naman-Kumar-Sinha edited this page Aug 30, 2016
·
3 revisions
#RedCraftsTM Welcome to RedCraftsTM wiki.
- 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. Runnpm 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.
- Access https://github.com/Naman-Kumar-Sinha/red-crafts/
- Click on "Clone or download".
- Choose "Open in Desktop" (recommended)
- Start coding.
- 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:
- To know more about Github operations, visit [Github Basics] (https://git-scm.com/book/en/v2/Getting-Started-Git-Basics).
- NEVER COMMIT DIRECTLY TO master. ALWAYS CREATE YOUR BRANCH AND COMMIT THERE.