Skip to content

Instantly share code, notes, and snippets.

View bree7e's full-sized avatar
🏠
Working from home

Alexandr Vetrov bree7e

🏠
Working from home
View GitHub Profile
@bree7e
bree7e / npx command to run angular cli
Created September 13, 2019 16:24 — forked from ddieppa/npx command to run angular cli
This is the npx command to run angular cli new project without install it globally
npx -p @angular/cli ng new hello-world-project
then locally can run
npx ng g c hello-world-component
browser-sync start --server --files "*.html, css/*.css" --no-notify
@bree7e
bree7e / 0_reuse_code.js
Created April 3, 2017 01:50
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console