First commit of template create-react application
parents
Showing
.gitignore
0 → 100644
package.json
0 → 100644
{ | ||
"name": "typos-react", | ||
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"react": "^16.4.1", | ||
"react-dom": "^16.4.1", | ||
"react-scripts": "1.1.4" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test --env=jsdom", | ||
"eject": "react-scripts eject" | ||
} | ||
} | ||
\ No newline at end of file |
public/index.html
0 → 100644
public/manifest.json
0 → 100644
src/App.css
0 → 100644
src/App.js
0 → 100644
src/App.test.js
0 → 100644
src/index.js
0 → 100644
src/registerServiceWorker.js
0 → 100644
Please
register
or
sign in
to comment