Development Environment Setup

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tannakartikey
    Junior Member
    • Aug 2016
    • 3

    Development Environment Setup

    Hello,

    I am new to Backbone (JS) development.

    I wanted to know how can I setup the development environment?

    After cloning the repo I can produce a build using Grunt.

    But how to run the CRM before I produce the build? How do I test whatever code changes I have made haven't broken the code.

    What should be the development workflow?

    Thanks in advance.
  • yuri
    Member
    • Mar 2014
    • 8454

    #2
    Hi,

    There is an guideline on repository in readme.md. You need to have config.php to run it.

    To compose a proper config.php and populate database you can run install by openinghttp(s)://{YOUR_CRM_URL}/install location in a browser. Then open data/config.php file and add isDeveloperMode => true.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • tannakartikey
      Junior Member
      • Aug 2016
      • 3

      #3
      Oh, yes. Thanks.

      I was only referring to https://github.com/espocrm/documenta...nstallation.md so missed those steps.

      Comment

      • Anastasia Stefanuk
        Junior Member
        • Nov 2017
        • 1

        #4
        If you are still interested in Backbone or looking into React or Angular, I can share a post with Backbone vs React comparison. It has useful data and should be interesting to read for someone who's interested in Web development. Anyways, good luck to you.
        Click image for larger version  Name:	React-JS-vs-Backbone-JS-and-Angular.png Views:	1 Size:	74.7 KB ID:	32178
        Last edited by tanya; 11-03-2017, 01:28 PM.

        Comment

        Working...