- Download Live Server extension in your VSC
git clone https://github.com/Poftorek/cuda-single-page.gitcd cuda-single-page,git checkout -b marihunaen// marihunaen is your name's of your branchnpm install
and..
npm run dev// this command creates a /dist folder with files of /src folder - listening on change in files- Click PPM on
index.htmland chooseOpen Live Server// Live changes, that the link is IP:PORT/dist instead of IP:PORT/src - Write HTML in /src/
index.html - To write css/scss create a /src/
_nameOfComponent.scssand there you can write your code; remember to import your stylesheet instyle.scss:@import 'nameOfComponent'; - Assets (images) drop to
/src/assetsfolder - After your work make:
git add .,git commit -m "What did you do?",git push origin marihunaen