Mantra is a model-based tool to automate common frontend tasks such as components organization, data management and API communication in a single-page application.
Mantra's goal is to reduce the development time of your project by abstracting and automating common tasks in SPAs, leaving you with more time to work on the UI experience, business logic and custom features.
To achieve the abstractions, we [mantra team] decided to make Mantra an interpreter of configuration files that will opinionate Mantra's processes. The configuration files allows to customize processes like the fetching, storing and distributioning of data within your single-page application.
-
Git installed: See how to set up git
-
Node.js latest LTS installed: Install Node
-
Verify that npm is installed: See how to verify npm
- Use SSH key with Mantra (See how to configure an ssh)
To start working on Mantra you need to do the following steps:
-
Clone repository
Using HTTPS
git clone https://github.com/Gewaer/mantra.git
Using SSH: (Recommended)
git clone [email protected]:Gewaer/mantra.git
-
Install project dependencies
npm install
-
Symlink Mantra to your local PC
npm link
-
Symlink Mantra to your local project
Mantra as a tool needs an external project to develop it. With this command you are locally referencing mantra as a npm dependency of your project.
npm link mantra
¿Want to know more about this step? See this document.
FAP (Frequently asked problems)
- If you run your project with Mantra linked as a dependency and the bundling fails because of
"Unknown plugin ..."
error.- Must do: In occasions like this, the Mantra team must determine the right solution for the scenario (whether it is to install the dependencies or find another solution).
- Possible solution: When that error occurs is because new dependencies needs to be added to Mantra.
Copyright (c) 2020-present, Mctekk