Initial commit
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "joinmastodon", | ||
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"react": "^15.5.3", | ||
"react-dom": "^15.5.3" | ||
}, | ||
"devDependencies": { | ||
"react-scripts": "0.9.5" | ||
}, | ||
"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/favicon.ico
0 → 100644
24.3 KB
public/index.html
0 → 100644
src/App.css
0 → 100644
src/App.js
0 → 100644
src/App.test.js
0 → 100644
src/index.css
0 → 100644
src/index.js
0 → 100644
src/logo.svg
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.