Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.23 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.23 KB

DriveBC Frontend

This page details the frontend development setup.


Prerequisites

Optional local setup

Our Docker images innately supports hot-reloading on code changes and is the preferred setup for frontend development. Follow the quickstart guide on the root readme for setup instructions.

Alternatively, follow the steps below to set up a local Node.js server for development. Technically, the frontend does not need any other service to start, but a lot of pages and components will require data from the backend APIs to function normally.

  1. Install Node.js
  2. Install node modules cd src/frontend/ && npm install. See documentation on Node packages.
  3. Start node server npm start

Styleguide

A style guide is accessible at /StylesPage, in StylesPage.js.