This is the web app for users to administer ClearSpend to their employees.
It is built with SolidJS, which is similar to React.
- Node 14.17+
- NPM 7.16+
cp .env.dev.example .env.dev
npm i
npm start
Additional Requirements For Linux:
- linux or wsl
- /etc/hosts lists
127.0.0.1 localhost
(which might include more synonyms)
- Create
.env.dev
with the contentDEV_API=http://localhost:8080 USE_API_REWRITE=1
npm i
npm start -- --port=8081