Skip to content

Instantly share code, notes, and snippets.

View albertogiunta's full-sized avatar

Alberto Giunta albertogiunta

View GitHub Profile
{
"tipoTreno": "PG",
"orientamento": null,
"codiceCliente": 2,
"fermateSoppresse": null,
"dataPartenza": null,
"fermate": [
{
"orientamento": null,
"kcNumTreno": null,
[
{
"priority": 0,
"category": "",
"title": "DAJE",
"body": "Oh regaz daje eh che ci siamo"
}
]

Install node

brew install node on a Mac.

Clone angular-seed from here

git clone --depth=1 https://github.com/angular/angular-seed.git <your-project-name>.

There you can also find startup commands such as npm install, npm start etc.