Example TODO application with Ext JS 6.5 Modern toolkit
- Sencha Ext JS SDK - 6.5+
- Sencha Cmd - 6.5+
- Clone the repo
cd /project/root/folder
- Run the following command to add Ext JS SDK to the application:
sencha app install --frameworks /path/to/extjs 6.5/sdk/folder
- Run the following command to build the application:
sencha app watch
- You should be able to access the application on http://localhost:1841 URL in your browser