An open API service indexing awesome lists of open source software.

https://github.com/kabragaurav/task-manager-in-lwc

ToDo Manager in LWC (Lightning Web Components)
https://github.com/kabragaurav/task-manager-in-lwc

lwc-component salesforce-developers sfdx-cli

Last synced: over 1 year ago
JSON representation

ToDo Manager in LWC (Lightning Web Components)

Awesome Lists containing this project

README

          

# How to install
1. Clone this repo or download as zip file
2. Open the donwloaded folder in VS Code
3. Create a Scratch Org
```
SFDX: Create a Default Scratch Org...
```
4. Push all metadata to scratch org
```
SFDX: Push Source to Default Scratch Org
```
5. Assign the permission set to user to get access to all objects and metadata
6. Open
```
SFDX: Open Default Org
```
7. Go to App Launcher -> Home -> Gear Icon -> Edit Page
8. Drag items (as shown in Demo folder). Click Save -> Activate -> Assign as Org Default -> Save -> Save -> Back