Skip to content

nefayran/FrontendCleanArchitecture

Repository files navigation

Frontend Clean Architecture and CQRS

README.md

Installation

Install the dependencies and devDependencies and start the server.

yarn
yarn serve

Building for source

For production release:

yarn build

Docker

Application is very easy to install and deploy in a Docker container.

By default, the Docker will expose port 8080, so change this within the Dockerfile if necessary. When ready, simply use the Dockerfile to build the image.

docker build -t clean-frontend .
docker run -d -p 8000:8080 --restart=always --name=clean-frontend clean-frontend

License

MIT

All questions: [email protected]

About

Domain Driven Design template for frontend application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published