Skip to content

A full react stack (nginx + mariadb) to spin up you development environment in few seconds.

License

Notifications You must be signed in to change notification settings

hAbd0u/docker-react-stack

Repository files navigation

Docker react stack


This is a full react stack for your dailly development, you have nginx, MySQL and of course hot reloading configured by default.

How to run it?

Spin up the stack:

docker-compose up --remove-orphans

Or if you want to run it in background:

docker-compose up -d --remove-orphans

Where to place my source files?

  • All your project source files will be placed in the folder react-app-template.

Note:

Please don't change the name of react-app-template folder, otherwise the stack will fail to start.

Database credentials

Username Password
root rstack_pass
rstack rstack_pass

Default database: rstack_db

Environment deployment:

You can run this stack either as production or development for hot reloading, you have just to switch between the two envirnments by commenting one and uncommneting the other one in env file.

Issues

Please report all issues here.

Contributing

We welcome everyone to contribute to Docker react stack. You can do to contribute:

Author

License

License

About

A full react stack (nginx + mariadb) to spin up you development environment in few seconds.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published