Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shantanu-deshmukh/vhealth-gatsby
Open source Gatsby template for a healthcare startup.
https://github.com/shantanu-deshmukh/vhealth-gatsby
Last synced: 3 months ago
JSON representation
Open source Gatsby template for a healthcare startup.
- Host: GitHub
- URL: https://github.com/shantanu-deshmukh/vhealth-gatsby
- Owner: shantanu-deshmukh
- License: mit
- Created: 2020-08-19T03:52:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-13T04:18:06.000Z (about 4 years ago)
- Last Synced: 2024-07-06T00:05:38.011Z (4 months ago)
- Language: TypeScript
- Homepage: https://vhealth.openthemes.dev
- Size: 4.77 MB
- Stars: 44
- Watchers: 4
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gatsby - vHealth: Gatsby template for a healthcare startup.
README
vHealthOpen Source web template for a Healthcare Startup. It's built using gatsby but can be easily ported to create-react-app.
## Preview
![Demo vHealth](demo.gif)
[See Live Preview >> ](https://vhealth.openthemes.dev)
## 🚀 Get Up and Running in 5 Minutes
1. **Install the Gatsby CLI.**
```bash
npm install -g gatsby-cli
```2. **Download and install dependencies.**
Clone this repo and install required dependencies:
```bash
git clone https://github.com/shantanu-deshmukh/vhealth-gatsby.git
cd vhealth-gatsby
yarn install
#or `npm install` if you prefer npm
```3. **Start the site in `develop` mode.**
Start the site in develop mode and make changes as per your requirement
```bash
gatsby develop
```4. **Deploy**
Just build and deploy the `public` directory to a service that serves HTML pages.
```bash
gatsby build
```## 🤝 Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## 👨🏻💻 Author
[Shantanu Deshmukh](https://shantanudeshmukh.com)
Full-stack developer with experience in building complete Web & mobile apps from scratch.
[Linkedin](https://www.linkedin.com/in/shantanud/)
/ [Twitter](https://twitter.com/askshantanu) / [AngelList](https://angel.co/u/dshantanu)## 💜 Thanks
Special thanks to [SLAB Design Studio](https://dribbble.com/slabdsgn) for letting me use their design for this template.