Skip to content

rbrtbrnschn/reAxion

Repository files navigation

reAxion

Contributors Open Issues Current Release

lightning_bolt

Table of Contents


Introduction

'reAxion is a lightweight and modular ReactJS framework designed to help developers build scalable and maintainable web applications. The framework provides a range of built-in features and tools, making it easier to write high-quality code and increase productivity.' ~ ChatGPT

Installation

npm i -g nx@latest
npm install

Setup

Docker

  1. Run MONGO_PORT=27017 MONGODB_ROOT_USERNAME=root MONGODB_ROOT_PASSWORD=password docker-compose up -d in the root directory to spin up the mongo db instance.

Local

  1. In ./packages/server/ copy the .env.SAMPLE to .env and adjust parameters.

Disclaimer:

"Make sure you have a mongodb instance running."

Usage

For development purposes.

Either locally via nx

nx run-many --target=serve --parallel --projects=client,server # Running dev environment
nx test core --watch # testing core library

Testing can only be done locally as of right now:

Or docker

docker-compose up -d

Contributing

Feel free to check out the issues and put in a pr. They are most welcome. Leave your feature ideas here.

Contributors

Made with contrib.rocks.

License

License