The front-end module of the Svarog framework, containing the core functionalities such as login, admin console, plugin management and provides the React framework to other modules.
Run npm install to get the project's dependencies.
Run npm run build to produce minified version of your library.
Having all the dependencies installed run npm run dev. This command will generate an non-minified version of your library and will run a watcher so you get the compilation on file change.
npm run build- Produces a production version of your library under the/wwwfoldernpm run dev- Produces a development version of your library and runs a watchernpm run test- Analyzes the code usingeslintand the configuration defined in the.eslintrcfile