/ellips-gatsby

Primary LanguageJavaScriptBSD Zero Clause License0BSD

Gatsby

🚀 Ellips Frontend (Client Production)

React Website Ellips Indonesia for Client with SSR (Gatsby JS)

Installation & Configuration

  • Install Globally Gatsby-CLI npm install -g gatsby-cli
  • Clone this repository
git clone git@artemis.microad.co.id:kino/ellips-fe-gatsby.git (with SSH)
cd ellips-fe-gatsby
npm install

Run & Start Development on Localhost

run Project Ellips Manage API `gulp serve`
gatsby develop
  • Choose one & insert your GATSBY_API_URL on .env.development
GATSBY_API_URL=https://manage.ellipshaircare.id (Pull Data from Production)
GATSBY_API_URL=http://staging.microad.co.id:7000 (Pull Data from Staging)
GATSBY_API_URL=http://localhost:7000 (Pull Data from Localhost)

Runs the app in the Localhost. Open http://localhost:8000 to view it in the browser.