React based frontend with Pocketbase backend
This repo comes with the pocketbase binary in webapp/server/pocketbase
| If you already have node, you can skip steps 1-3
- Install Node Version Manager (nvm)
# 2. Install latest node LTS
nvm install "lts/*"
# 3. Set default shell to LTS
nvm alias default "lts/*"
# 4. Clone this repo
# 5. Move into project directory
# 6. Install project dependencies
npm --prefix webapp install
# 7. Start development
npm --prefix webapp run dev
Ian Gerard
Mark Jackson