Skip to content
This repository was archived by the owner on Jul 2, 2022. It is now read-only.

Commit

Permalink
[Improvement] Move to create-react-app (#17, #15)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qolzam committed Feb 4, 2018
1 parent 5875f97 commit 36f77ba
Show file tree
Hide file tree
Showing 91 changed files with 26,205 additions and 721 deletions.
12 changes: 0 additions & 12 deletions .babelrc

This file was deleted.

35 changes: 0 additions & 35 deletions .eslintrc.json

This file was deleted.

28 changes: 23 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
node_modules/
public/bundle*.js
config/
# See https://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
/node_modules

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*

.vscode/
src/data/awsClient
src/components/AWS.tsx
npm-debug.log
src/components/AWS.tsx
6 changes: 1 addition & 5 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"hosting": {
"public": "public",
"public": "build",
"rewrites": [
{
"source": "/bundle-v0.4.js",
"destination": "/bundle-v0.4.js"
},
{
"source": "/favicon.ico",
"destination": "/favicon.ico"
Expand Down
27 changes: 0 additions & 27 deletions karma.conf.js

This file was deleted.

Loading

0 comments on commit 36f77ba

Please sign in to comment.