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.
Matthias Frey
c5d4823e28
|
4 years ago | |
---|---|---|
.vscode | ||
apps | 4 years ago | |
libs/helper | ||
prisma | ||
scripts | ||
tools | ||
.dockerignore | ||
.editorconfig | ||
.env.sample | 4 years ago | |
.eslintrc.json | ||
.gitignore | 4 years ago | |
.prettierignore | ||
.prettierrc | ||
.yarnrc | ||
CHANGELOG.md | 4 years ago | |
Dockerfile | ||
README.md | 4 years ago | |
angular.json | ||
decorate-angular-cli.js | ||
docker-compose.yml | ||
jest.config.js | ||
jest.preset.js | ||
nx.json | ||
package.json | 4 years ago | |
replace.build.js | ||
tsconfig.base.json | ||
yarn.lock |
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 click "Launch Program" in Visual Studio Code
Start client
- Run
yarn start:client
Testing
Run yarn test