Seed Project
Last updated
Last updated
Reactify comes with a seed project with 2 variants i.e. redux-thunk & redux-saga. You can start your app from the scratch with this seed project. Its very easy to build a new template structure which can be further extended and enhanced with new features and pages as per requirement.
When you built your template from the seed project, you will see it already contains dashboards, scss & javascript files for basic routing & other functionality to run the template app with flexibility and ease of use. You can include new components & modules for enhancing the features & functionality.
For adding a new component/menu in seed project, please visit the section . There you can get a complete step by step procedure to add a new component/menu in the reactify template.
For adding widgets in the seed project, please visit the section . There you can get a complete step by step procedure to add a new widget in the reactify template.