mathu/README.md
2024-04-19 04:21:19 +00:00

827 B

Firstack

Firstack is a template repo for a tech stack. This stack includes

Dependencies

Before you can run this locally, you must install:

It might also be helpful to install pgAdmin4 and some helpful api app like postman (I use HTTPie).

Setup

nvm use
npm install

Running it!

To run the application locally...

In one tab,

npm run dev-watch-client

In another,

npm run dev-docker
npm run dev-server