Skip to content

rxstack/to-do

Repository files navigation

RxStack Skeleton Application

Maintainability Test Coverage Build Status

a fully-functional skeleton application that you can use for your new applications.

It comes pre-configured with the following rxstack modules/components:

For more details please visit the official documentations.

Docker

This complete stack run with docker and docker-compose.

Installation

  • Create a .env from the .env.dist file. Adapt it according to your application
    $ cd path_to_app/docker_app
  • Build/run containers
    $ docker-compose -f dev.yml up -d // development
    $ docker-compose -f prod.yml up -d // production
  • Install npm dependencies and run the application
    $ docker-compose -f dev.yml exec application bash // get inside app container
    $ npm install
    $ npm test
    $ npm run dev

Enjoy!

License

Licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published