/jcd-v3

Primary LanguageTypeScript

Janice Chan Designs V3

Site: https://janicechan.design

Frontend for the JCD API in eaglelizard-api

Based on the EagleLizard project typescript-react-webpack-sass

Prerequisites

NodeJS v16.x, use nvm to manage NodeJS/npm versions.

Overview

  1. Typescript @ ^4.3.x+
  2. React/ReactDom @ ^17.x.x+
  3. Webpack @ 5.x.x+
  4. Sass @ 6.x.x+

Getting Started

Install dependencies:

npm i

To run in dev mode (opens in new Browser tab), run:

npm start

To run a production asset build, run:

npm run build

The build output is compiled into the dist/ directory.