hcju-cli
v0.0.3
Published
hcju CLI
Downloads
1
Readme
hcju CLI
Add the package globally
npm i hcju-cli -g
Run hcju new <project_name>
to create a new hcju project folder in the current path
Enter the project folder cd <folder_name>
Run npm i | yarn add
to install all the dependencies
Run hcju serve
to start de nodemon, you must have nodemon installed globally
Finally start the live server extension in vs code to get the results instantly