"Simplicity is the ultimate sophistication" -Leonardo da Vinci
Project Status: In development
Performatic
We seek to develop the best solution, spending the least amount of client / server processing, delivering the most fluid solution possible.
Robust
We aim to develop an elegant, efficient and healthy code - avoiding duplication of code, having a clear and unique "what to do?" and the "how to do it?" - with complete and efficient error handling, together with a battery of tests that spells out the business rules according to a clear strategy in order to avoid confusion with code tangle.
Scalable
We use a modular architecture, with its modules separated by contexts, making it easier to maintain and scale the application over time, without harming other parts of the project.
Simple
Our program is oriented to "How can I make even a child understand what is written, and even a monkey can use it?"
Safe
We aim at the security of information transferred from end to end through the application modules.
- Download or clone repository with
git clone https://github.com/matheusantonio208/atlantjs.dev-setup.git
- Copy the files referring to the layers needed for the project, and paste them in the root folder of your project
- After pasting, you will have duplicate files, such as
"package.json"
and"package copy.json"
- Merge both files into one, copying the contents of the -copy files to the default file.
- Run
pnpm install
oryarn install
- Run in local
pnpm dev
oryarn dev
- Access the application through
http://localhost:8080/
- Build to production
pnpm build
oryarn build
Have a bug or a feature request? Please first read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
Make with ❤️ by Matheus Antonio