1.34.3 • Published 3 years ago

nykaa_web_reloaded v1.34.3

Weekly downloads
5
License
-
Repository
github
Last release
3 years ago

nykaa_web_reloaded

NOW SUPPORTS SSR 🥳

Prerequisites

  • NODE 12.13.1
  • Yarn installed globally
  • .env file having all env variables - a sample is available in .envTemplate file

⚠ WINDOWS SUPPORT: UNKNOWN - please feel free to verify 😇

Getting Started

Install Packages

     yarn install

Start DEV build with SSR

     yarn run start

Optional: Add -- inspect to the above command to enable debugging for the Node Process

Start DEV build with only Client

     yarn run start --client-only