adrianhajdin / project_cryptoverse

Cryptocurrency App powered by RapidAPI
https://jsmastery.pro
1.32k stars 400 forks source link

localhost displaying blank screen #59

Open SoumyajitProjects opened 2 years ago

SoumyajitProjects commented 2 years ago

After running npm start on my terminal, my react App opens up a localhost page but it displays a blank screen and nothing else. How would I fix this issue.?

SoumyajitProjects commented 2 years ago

code for my index.js file: **import React from 'react'; import ReactDOM from 'react-dom'; import { Provider } from 'react-redux'; import { BrowserRouter as Router } from 'react-router-dom';

import App from './App'; import store from './app/store.js';

import 'antd/dist/antd.css';

ReactDOM.render(

, document.getElementById('root'), );** code for index.html file: React App
Sreeramsupers commented 2 years ago

Press Ctrl + Shift + I on the localhost, Tell me if it has some error