Skip to content

jimbits/react-project-starter-kit

Repository files navigation

Create New React Project

  1. Removing App.css and index.css
  2. Remove everything from the App.jsx blank component
  function App() {
	return <h1>Clean Up</h1>;
}

export default App;


  1. Add a blank css file global.css

  2. Edit the main.jsx update the css import ./css/global.css

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published