Skip to content

spsaucier/clearspend-ui

Repository files navigation

capital-ui

1653862065-clearspend-home-desktop

This is the web app for users to administer ClearSpend to their employees.

It is built with SolidJS, which is similar to React.

Local development

Requirements:

  • Node 14.17+
  • NPM 7.16+

Against remote back-end

cp .env.dev.example .env.dev
npm i
npm start

Against local backend

Additional Requirements For Linux:

  • linux or wsl
  • /etc/hosts lists 127.0.0.1 localhost (which might include more synonyms)
  1. Create .env.dev with the content
    DEV_API=http://localhost:8080
    USE_API_REWRITE=1
  2. npm i
  3. npm start -- --port=8081

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages