You'll need the following properly installed on your system:
git clone git@github.com:kiosion/minbin.git
this repositorycd minbin
make install
to install deps for both frontend app and api
make dev-{api,app}
(development servers)- View the app at http://localhost:4200.
- View the tests at http://localhost:4200/tests.
make test
make lint
make lint-fix
make build-{api,app}
(production webpack'd versions)
docker-compose build --no-cache
to build fresh docker containersdocker-compose up -d
to run the containers in the background- API will be available at localhost:3000, frontend at localhost:4200. These can then be proxied to a domain of your choice.
Contributions are welcome! Please open an issue or PR if you have any suggestions or find any bugs.
This project is licensed under the MIT License - see LICENSE.md for details.