Soko Bora is a web application to manage and record a grocery store activities. This project was generated with Angular CLI version 7.1.1 using npx command.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Clone a copy of the repository to your local machine:
$ git clone https://github.com/owezzy/soko-bora.git
Navigate to the root folder where you ou cloned the project.
$ cd soko-bora && npm install
The above command downloads and installs all the required the dependecies for the application.
Run npm start
for a dev server. Navigate to http://localhost:5000/
. 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. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
Used gitflow for versioning.
- Owen Adira - Initial work - owezzy
This project is licensed under the MIT License - see the LICENSE.md file for details