1) To quick create a module you can run: grunt createModule --name=; or just follow blow steps
2) Copy a template module folder that named “Home”, rename it to your module name, such as “Xxx”
3) In components/ folder, change the root view name from ‘HomeView.js’ to what you wanted (such as ‘XxxView.js’), change the sass file name from ‘HomeView.scss’ (such as ‘XxxView.scss’) to what you wanted. Change the view name in below line: