src
folder and delete the firebase directory from it.src
folder and open App.js
file and delete the import './firebase';
statement.src->actions
folder and delete the AuthActions.js
file and also remove import file statement of this file from the index.js
file.src->container
and Open SigninFirebase.js
and SignupFirebase.js
files.npm uninstall --save firebase
src->components->Widgets
and edit the ProductReports.js
file. npm install
.npm start
.src/routes/dashboard/index.js
reactify/src/components/Widgets/TodoList.js
themeforest downloded file and paste it into under the your-project-directory-name/src/components/Widgets/
directory.src/components/TodoList.js
reactify/src/routes/users/user-management
downloaded themeforest files and paste it into under the your-app-directory/src/routes/
directory.your-app-directory/src/services/_routerService.js
file.package.json
reactify/src/assets/scss
and paste where your app style is exist.reactify/src/api/index.js
file.reactify/src/components/Widgets/TodoList.js
file.componentDidMount() { }
method.data.js
e.g. insrc/routes/dashboard/dashboard-v1/data.js
file there are some components data are declared you may also change their data from this file.AppConfig
file and then to themeColors
, simply change the primary value as per your requirement.src/assets/scss/_bootstrap-override.scss
here you can change the value of ($blue: #722ED1 !default; //Manage Primary color variable.)theme-primary
, theme-warning
, theme-danger
etc. In case you want to give your own custom class then you can go to container -> themes
and create your own file. You can follow the same structure as other files present there. In addition to this you need go to src/assets/scss/custom/themes
and create the necessary sass file.npm install --save typescript @types/node @types/react @types/react-d
om @types/jest
npm install --save ts-loader and react-scripts
src->components->Sidebar
& open the NavLinks.js
file and add followingsrc->components->AsyncComponent->AsyncComponent.js
and add componentsrc->services
and open the _routerService.js
and import the component in it.src->components->HorizontalMenu
& open the NavLinks.js
file."path": "/horizontal/...
& just replace the horizontal
keyword with app
keyword.webpack.mix.js
file of laravel project with the following code snippet:package.json
file and replace the contents of Laravel's project package.json
file with the contents copied..babelrc
in your project directory (projectName/.babelrc) and put the following code in the file:resources->js
folder and delete the component
folder and app.js
file.src
folder and copy all the folders & files and paste it inside your laravel's project resources->js
folder.index.js
file from your laravel's project resources->js
folder and add the line require('./bootstrap');
after the first 2 lines of the code. Like in the code given below:index.html
file, then open the resources->views->welcome.blade.php
file of your laravel's project and replace all the contents with the copied content.welcome.blade.php
file of your laravel's project, you need to update few lines of code. They are:web.php
file from your laravel's project, routes
folder and update the code as follows:src->container
folder & open the App.js
file.if (location.pathname === '/')
in the file.src->container
folder & open the App.js
file.if (location.pathname === '/')
in the file.src->container
folder & open the App.js
file.if (location.pathname === '/')
in the file.