import React from 'react'; import logo from './logo.svg'; import './App.css'; const App: React.FC = () => { return (
logo

Edit src/App.tsx and save to reload.

Learn React Here

Template Demo Modified by Oyelowo Oyedayo to include LESS and less module support.
Feel free to contact me if you have any question

LinkedIn: Oyelowo Oyedayo
Clone the modified script from here
); }; export default App;