https://github.com/mneumatic/giamedical
Company website that delivers a straight forward design and layout.
https://github.com/mneumatic/giamedical
bootstrap expressjs javascript nodejs sass
Last synced: 3 months ago
JSON representation
Company website that delivers a straight forward design and layout.
- Host: GitHub
- URL: https://github.com/mneumatic/giamedical
- Owner: mneumatic
- Created: 2022-02-01T15:19:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-12-13T19:24:45.000Z (7 months ago)
- Last Synced: 2025-12-15T14:13:35.963Z (6 months ago)
- Topics: bootstrap, expressjs, javascript, nodejs, sass
- Language: EJS
- Homepage: https://giamedical.com
- Size: 20.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
giamedical
Static Website for GIA Medical. GIA Medical is a California State Board of Pharmacy Licensed Biomedical Engineering Company that specializes in the repair and service of all brands of Hemodialysis, Plasmapheresis, Apheresis, and Reverse Osmosis equipment.
Report Bug
·
Request Feature
Table of Contents
## About The Project

The purpose of the project was to design and build a simple solution for the company; in which, can be adjusted, scaled,
and adapted to the businesses needs.
### Built With
* [EJS](https://ejs.co)
* [Bootstrap](https://getbootstrap.com)
* [SASS](https://sass-lang.com)
* [Node.JS](https://nodejs.org/)
* [Express.JS](https://expressjs.com)
## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
* node
* npm
### Installation
1. Clone the repo
```sh
git clone https://github.com/mneumatic/giamedical.git
```
2. Install NPM packages
```sh
npm install
```
3. Run
```sh
npm run dev
```
## Usage
After running step 3 in the installation process simply open a modern web browser and enter the following in the address bar.
```sh
localhost:3000
```