Client Application using react redux, webpack 4 and Bootstrap 4 Helps to build a simple webapp with multiple tabs from the browser dynamically(only preview with the current version) This application gives following features:
- Edit the background image sources, App names, Navigation panel names, Headings of the pages.
- Able to edit the existing data in the components like text, images sources and other form data.
- Able to choose color for the background, text.
- Built application works on react with redux.
- Static app with no server calls.
#Starting the application
Access through github pages with the below link
https://krajasekhar.github.io/ReactAppBuilder/index.html#
Or
git clone https://github.com/krajasekhar/ReactAppBuilder.git
cd ReactAppBuilder
Open index.html present in dist folder
Or
git clone https://github.com/krajasekhar/ReactAppBuilder.git
cd ReactAppBuilder
npm install
npm run start
Open the browser pointing to http://localhost:8080/
- Exporting the application built.
- Feature to add the components in between.
- Providing custom design for the components.