This (lonepeak-front
) is the angular front end repository that works together with lonepeak-api
(Laravel back end api).
Lonepeak is micro-community software that helps neighbors meet and do stuff together. It all starts with "giving a crap" about each other. Here's a short video where Grumpy Cat helps you see the idea -- https://youtu.be/4ncsM6Beb8A (parts are outdated).
This is open source software that anyone can use freely. It's a volunteer passion project. When we get time, we'll create some instructions to use it. If your neighborhood is interested in using it but you don't have a technical person to help, we may be able to refer you to someone who can help for a fee but we don't manage it.
If you've started learning software development and would like to build your resume by contributing to a "real" project, let's talk. Just create an issue here in github (on this repo) and we'll be in touch.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.