hacktoberfestangularetffinancefintechghostfolioinvestingnestjsosspersonal-financeportfolioprismasoftwarestocktrackertradingtypescriptwealth-managementweb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
README.md
Features
- ✅ Dark Mode
Getting Started
Prerequisites
Setup
- Run
yarn install
- Run
yarn docker:dockerize
- Copy
.env.sample
todocker/.env
- Run
cd docker/<version>
- Run
docker-compose build
- Run
docker-compose up -d
Development
- Start server
- Serve: Run
yarn start:server
- Debug: Run
yarn watch:server
and run "Launch Program" in Visual Studio Code
- Serve: Run
- Start client
- Run
yarn start:client
- Run