Initial commit
parents
Showing
.gitattributes
0 → 100644
.gitignore
0 → 100644
Jenkinsfile
0 → 100644
README.md
0 → 100644
jenkins/Jenkinsfile
0 → 100644
jenkins/scripts/kill.sh
0 → 100755
jenkins/scripts/test.sh
0 → 100755
package.json
0 → 100644
| { | ||
| "name": "my-app", | ||
| "version": "0.1.0", | ||
| "private": true, | ||
| "dependencies": { | ||
| "react": "^16.0.0", | ||
| "react-dom": "^16.0.0", | ||
| "react-scripts": "1.0.14" | ||
| }, | ||
| "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
3.78 KB
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.css
0 → 100644
src/index.js
0 → 100644
src/logo.svg
0 → 100644
src/registerServiceWorker.js
0 → 100644