vHealth (Gatsby template)
Open Source web template for a Healthcare Startup. It's built using gatsby
but can be easily ported to create-react-app
.
🚀 Get Up and Running in 5 Minutes
-
Install the Gatsby CLI.
npm install -g gatsby-cli
-
Download and install dependencies.
Clone this repo and install required dependencies:
git clone https://github.com/shantanu-deshmukh/vhealth-gatsby.git cd vhealth-gatsby yarn install #or `npm install` if you prefer npm
-
Start the site in
develop
mode.Start the site in develop mode and make changes as per your requirement
gatsby develop
-
Deploy
Just build and deploy the
public
directory to a service that serves HTML pages.gatsby build