Creates a front-end app template with necessary files and folders. Which includes Html, CSS and Java Script files
create-front-end-app-html comes with 2 folders named public and assets. Official files can be found at: https://github.com/Rupa-Rd/create-front-end-app
You can download and install the create-front-end-app-html command by using the below command.
npm install create-front-end-app-html
You can use create-front-end-app-html command to create a templates of a front-end project inside a main project folder. You can use the below command to create a front-end app template.
npx create-front-end-app-html <project-name>