An Angular web app developed by Dylan Warrell to view and manage water bowsers.
Inspired by Tapp Legacy, created by Dylan Warrell, Ben Griffin and Nathan Wright
Get started now »
View Test Site
·
Report a Problem
| Client | Status |
|---|---|
| Tapp SPA | |
| Tapp API |
Table of Contents
TODO: Write a description of the application here & update screenshot
To get Tapp Refactored running locally on your machine for development use, the following steps must be completed to install the nessessary dependencies.
You need to install the Angular CLI to install/run Tapp locally and perform a variety of ongoing development tasks such as testing, bundling, and deployment.
To install the Angular CLI, open a terminal window and run the following command:
npm install -g @angular/cliIf this fails, ensure you have Node.js installed which can be downloaded from https://nodejs.org/en/download/
After npm is installed on your local machine, open the tapp-client folder and run the following commands to start Tapp:
-
Install the dependencies with command
npm install
-
Create a folder titled "SSL" in the tapp-client folder which will contain the security certificate that allows Tapp to run locally. Details on how to create the certificate can be found HERE
-
Run the development server
npm start
Open the tapp-server folder and run the following commands to start Tapp:
-
Install the dependencies with command
npm install
-
Run the development server
npm run dev server
The documentation for the Dashboard template is available at this website.
Contributions are what make the community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork or clone the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork/clone the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request (All PR's should point to the "Build" branch. They will later be merged by Dylan into Main.
Dylan Warrell - Email - LinkedIn - Portfolio
Project Link: https://github.com/DylanW01/Tapp
