Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/scottire/haydron
- Owner: scottire
- Created: 2018-05-29T11:04:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T19:00:41.000Z (over 6 years ago)
- Last Synced: 2024-12-03T17:51:44.975Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 12.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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