Coder Social home page Coder Social logo

sfdx-dreaminvest's Introduction

sfdx-dreaminvest

This is an SFDX-ified version of Christophe Coenraets Mutual Fund Explorer Lightning App. You can find details on his on the post Mutual Fund Explorer: A New Lightning Components Sample Application.

I converted this app to SFDX by doing the following:

  1. Installed the unmanaged package into an org (I used a scratch org but it doesn't matter).

  2. Created a new SFDX workspace: sfdx force:workspace:create -n sfdx-dreaminvest

  3. Created a new directory: mkdir mdapipackage

  4. Invoked a metadata retrieve on the package: sfdx force:mdapi:retrieve -s -r ./mdapipackage -p DreamInvest

  5. Retrieved the package: sfdx force:mdapi:retrieve --jobid [JOBID] --retrievetargetdir ./mdapipackage

  6. Unzipped the paackage: unzip mdapipackage/unpackaged.zip -d mdapipackage/

  7. Removed the zip: rm mdapipackage/unpackaged.zip

  8. Converted the source: sfdx force:mdapi:convert -r mdapipackage/

  9. Removed the old source: rm -rf mdapipackage

Now I can push and run:

  1. Create a scratch org: sfdx force:org:create -s -f config/workspace-scratch-def.json

  2. Push the source into my org: sfdx force:source:push

  3. Assign the user to the permset: sfdx force:user:permset:assign -n DreamInvest

  4. Open the org and run app: sfdx force:org:open

sfdx-dreaminvest's People

Contributors

wadewegner avatar

Stargazers

 avatar

Watchers

Lushang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.