405 comments found.
Do you happen to have a video tutorial that shows exactly how you install? Although i’ve setup test react apps by watching tutorials, they’re not specific to setting up your app. Your documentation doesn’t say much about steps to successfully install. Hopefully you can assist or i’ll have to request refund for lack of documentation.
Hi,
Following is link to the update installation documentation.Please take a look and let us know if you need anything else, and we would more than happy to integrate it in the documentation. Thanks!
https://iron-network.gitbook.io/reactify/start-developmentI get a lot of errors that eventually just shows a blank page when I go to http://localhost:3000. It shows correct Reactify tagling and favicon in menu tab, but that’s it. Initially I was having issues with Firebase until I changed package.json for Firebase to 5.1.0. Now i’m getting style.scss errors. Let me ask this, once I do the build, am I supposed to see the theme like your demo initially, or am I supposed to add all the elements?
Hi,
It might be because of some module files missing or version compatibility, please run npm install command and check if it works now. If it doesn’t work please let us know which package you are using ( seed project or full package), also mention if you have done any changes in files or installed new modules. It will be good if you can share the code with us on bitbucket.org, we will check the issue and commit the changes required to resolve the issue.
Seed project shows a blank page with sidebar menu as it works as a framework for new app. Full package shows all pages just like demo.
You can mail us directly at support@theironnetwork.org
Thanks
Whoah!!! Got it working! It was kind of a lot of things I had to do…
npm i -g firebase-tools to remove grpc as a dependency
npm install -g firebase@5.1.0
removed cap ^ in package.json before firebase version
Rerun npm install
npm audit fix
npm start
npm run build
Now i’m logged into dashboard. Can most admin management be done buy using the UI or will most be done in command prompts?
Oh and by the way i’m using reactify(redux-saga)
Hi, this theme is develop on recat js, we need HTML version, can u plz provide HTML version of this theme. If HTML version is not available , then please refund our money, bcz we dont want this theme in recat js.
Thanks
hello dear how are how are you? can you please explain the use of multilevel menus and also is there any payment integrated
Hi,
I purchased your template recently but I didn’t realize it is built on react until after I downloaded it. Is there a way to generate normal html files of the template?
Thanks…
Hi,
No, it is reactjs based template.
Thanks!
Where can I find any documentation. I searched on the zip file, but didnt find any of explanation about documentation
Here is the updated documentation link. Let us know if you need anything else. You can also reach us directly at support@theironnetwork.org
Thanks!
when Dashboard for Magazine came out??
not sure what you mean, can you please elaborate?
Thanks!
Good afternoon…
I’m getting the following errors after a yarn install with the redux-saga…
51558 warn reactify@3.0.0 No repository field. 51559 verbose stack Error: grpc@1.10.1 install: `node-pre-gyp install—fallback-to-build—library=static_library` 51559 verbose stack Exit status 1 51559 verbose stack at EventEmitter.<anonymous> (/Users/rubenquinones/.nvm/versions/node/v10.0.0/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:304:16) 51559 verbose stack at EventEmitter.emit (events.js:182:13) 51559 verbose stack at ChildProcess.<anonymous> (/Users/rubenquinones/.nvm/versions/node/v10.0.0/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14) 51559 verbose stack at ChildProcess.emit (events.js:182:13) 51559 verbose stack at maybeClose (internal/child_process.js:947:16) 51559 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:236:5) 51560 verbose pkgid grpc@1.10.1 51561 verbose cwd /Users/rubenquinones/Apps/2018/reactify-v3.0.0/reactify(redux-saga) 51562 verbose Darwin 16.7.0 51563 verbose argv ”/Users/rubenquinones/.nvm/versions/node/v10.0.0/bin/node” ”/Users/rubenquinones/.nvm/versions/node/v10.0.0/bin/npm” “i” 51564 verbose node v10.0.0 51565 verbose npm v6.1.0 51566 error code ELIFECYCLE 51567 error errno 1 51568 error grpc@1.10.1 install: `node-pre-gyp install—fallback-to-build—library=static_library` 51568 error Exit status 1 51569 error Failed at the grpc@1.10.1 install script. 51569 error This is probably not a problem with npm. There is likely additional logging output above. 51570 verbose exit [ 1, true ]
Maybe this is an error that you have already an answer. I’m using node v10.0.0 and npm 6.1.0… yarn is v1.7.0
Thanks in advance!
Hi,
Currently Reactify compatible with nodejs <9 versions. We are waiting for the modules to be updated, once they are stable with the latest version we will upgrade the template.
Also you can reach us directly at support@theironnetwork.org
Let us know if you need anything else. Thanks!
i was able to deploy the contents of the dist folder and that works fine. however, when i try to run npm start and try to go to http://localhost:8080 on my browser, it says the site can’t be reached. any ideas? thanks.
Hi rcdumlao,
Reactify by default serve on http://localhost:3000/. You are trying to access http://localhost:8080 which doesn’t exists.
Let us know if you need anything else Thanks!
Hi,
I purchased the extended licence for your your “Reactify” theme a while ago. I wanted to update some parts of it with the changes that you just made, but I’m not able to check exactly what I need just by diffing the seed folder.
Would it be possible for you to allow me access to the git repository? Ot at least send me a copy of it? I would like to separate some specific commits and port them one by one.
Thanks in advance!
Hi,
Sorry for the late response, your comment went to our spam folder somehow, please send us your email and we will send you the earlier version.
Thanks!
Its ok! You can send it to bellini@zerosoft.com.br . Please tell me when you do so I can confirm to you that I received!
Sent. Please check and confirm.
I received, but replied back because I need something different. Lets talk more there!
Hi. I am planning to purchase Reactify but before that I have few questions and want to mention the requirements on the basis of which I decided to go with this template. You can reply if this template best fit my needs. 1. My application has to display many different Graphs and Reports. 2. Database is in SQL Server. 3. User Logins through JWT. 4. Graphs and tables needs to be interactive based on different filters (change in filter values will affect the graphs).
Hi,
1. Reactify has multiple charts and graphs which you can easily integrate with your own data and api’s. 2. You can easily use Sql server data into your app. Because Reactify is Api’s Ready so just need to add your data base url into the api. 3. We have used auth0 library to integrate authentication you can easily use JWT authorization into your app. 4. You need to add custom code to make interactive tables and graphs on different filters.
Let us know if you need anything else.
Thanks!
Thanks for the reply and good explanation of every question. I am building some concepts regarding REACT as I am new to React and then I will purchase the template so that the editing goes easy.
Np
Hi. I have purchased the template and while installing, it is saying this: D:\Reactify\reactify-v3.0.0>npm install npm WARN saveError ENOENT: no such file or directory, open ‘D:\Reactify\reactify-v3.0.0\package.json’ npm notice created a lockfile as package-lock.json. You should commit this file. npm WARN enoent ENOENT: no such file or directory, open ‘D:\Reactify\reactify-v3.0.0\package.json’ npm WARN reactify-v3.0.0 No description npm WARN reactify-v3.0.0 No repository field. npm WARN reactify-v3.0.0 No README data npm WARN reactify-v3.0.0 No license field.
Hi,
It’s just a check as of NPM, they report this as a warning. However, don’t worry, there are so many packages which still don’t have the repository field in their package.json. The field is used for informational purposes.
Let us know if you need anything else. Thanks!
I think you did not get the point and the bad thing is that I cannot attach screenshot here…. Actually its not creating node_modules folder and when I run npm start (by ignoring whatever happened after npm install), it is not running the application and showing the following: npm ERR! path D:\Reactify\reactify-v3.0.0\package.json npm ERR! code ENOENT npm ERR! errno -4058 npm ERR! syscall open npm ERR! enoent ENOENT: no such file or directory, open ‘D:\Reactify\reactify-v3.0.0\package.json’ npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent
Can you please send us an email with the screenshot at support@theironnetwork.org and we would happy to take a look.
Thanks!
Hello sir , i bought this theme to get ( HTML Files, CSS Files, JS Files) , ThemeForest Files Included HTML Files, CSS Files, JS Files .
can u provide me github access. i like to keep everything bleeding edge.
I really like this but I’m not familiar with setting it up. How do I install this and what systems can I install on?
I’ve since resolved this.
Do you provide NPM installer?
Hi, giftxoxo_naveen npm is distributed with Node.js- which means that when you download Node.js, you automatically get npm installed on your computer.
Thanks!
How can i use just the html page to implement ?
Hi,
Thanks for purchasing our template. Reactify is a react based template built with react, redux and material UI. It comes with react template and sketch files, package doesn’t have html files but you can use the sketch files included in package to convert html.
You will find sketch files and documentation in downloaded package. Let us know if you have any query or need help to build your app with reactify. Please mail us at support@theironnetwork.org for integration or app build related queries.
Thanks
when i unzip Reactify_sketch_source.zip, i get one folder screen shot and one Reactify_sketch_updated document file.
where is the reactify/src/components/Widgets/ folder for me to install the widgets?
Please download the files again, Otherwise you can email us directly at support@theironnetwork.org and we would be more than happy to help you. Thanks!
I’m using Reactify theme and i’m not sure how can i customize color of background color. Widgets and other component doesn’t have border color. so when opened it overlaps with other component it gets merged even though it is different layer and look shabby. I appreciate, if you can give me some tips or documentation relating to that. Its good even you can fix this issue in next version upgrade.
hi, I would like to ask how to change the authentication from AuthO to my own backend api which return jwt?
Thanks
Hi,
You can change the authentication from Auth0 to your own backend by using following instructions:-
1. First of all you need to add your backend url where existing Auth0 redux actions are present. 2. You can also follow this (http://jasonwatmore.com/post/2017/12/07/react-redux-jwt-authentication-tutorial-example) tutorial to get more information about it. 3. It’s mandatory to send token for each api’s, the above tutorial will explain you all things that you want.
Let us know if you need anything else. Thanks!
Thanks, I had another concern regarding the user management? how to make the pagination works ??
Hi,
You need to write a custom code to make pagination work. You can check this tutorial to know how to make pagination works. http://jsmegatools.com/2017/12/09/creating-a-pagination-component-with-react-js/.Thanks!
when i am trying to add new menu but it is showing this type of why please help me : sidebar.dashboardPages it should show dashboardPages
Hi,
This is comes beacuse you did not added the sidebar.dashboradPages into the localisation strings. Please add it in the src->lang->entries for each file.
Thanks!
Forget what I asked before. There’s something on my ubuntu that fails the running proccess.
okay let us know if you need anything we were trying to find what was going wrong. Thanks for the update.