Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scottire/haydron

Collaboration between @scottire and @haydec
https://github.com/scottire/haydron

Last synced: 2 days ago
JSON representation

Collaboration between @scottire and @haydec

Awesome Lists containing this project

README

        

# haydron
Collaboration between @scottire and @heydec

# Dependencies

If you don't have node installed:

Install nvm (node version manager)
`curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash`
To download, compile, and install the latest release of node, do this:
`nvm install node`
And then in any new shell just use the installed version:
`nvm use node`

Angular CLI on your machine
`npm install -g @angular/cli`

Install dependencies seen in `package.json`
`npm install`

Serve to localhost
`ng serve`

Visit `localhost:4200` in your browser