'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
npm i -g nx@latest
npm install
- 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.
- In
./packages/server/
copy the.env.SAMPLE
to.env
and adjust parameters.
"Make sure you have a mongodb instance running."
For development purposes.
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:
docker-compose up -d
Feel free to check out the issues and put in a pr. They are most welcome. Leave your feature ideas here.
Made with contrib.rocks.