Changers to readme.md and removing comments in index.js

This commit is contained in:
username 2021-02-06 12:56:07 +01:00
parent a1e649cdcc
commit c1b0a39db4
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,7 @@
# Getting Started with Create React App
This project is available on this website: [Guillotine Cutter App](https://maneike.github.io/guillotine-cutter).
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts

View File

@ -11,7 +11,4 @@ ReactDOM.render(
document.getElementById("root")
);
// If you want to start measuring performance in your app, pass a function
// to log results (for example: reportWebVitals(console.log))
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
reportWebVitals();