Skip to content

Commit

Permalink
clear out some uneeded files
Browse files Browse the repository at this point in the history
  • Loading branch information
xendke committed Mar 13, 2019
1 parent 8d234bf commit ed6bfc4
Show file tree
Hide file tree
Showing 9 changed files with 339 additions and 89 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"node-sass": "^4.11.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-redux": "^6.0.1",
"react-scripts": "2.1.8"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "Shy App",
"name": "Shy App",
"icons": [
{
"src": "favicon.ico",
Expand All @@ -10,6 +10,6 @@
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"theme_color": "#63b45a",
"background_color": "#ffffff"
}
}
33 changes: 0 additions & 33 deletions src/App.css

This file was deleted.

17 changes: 1 addition & 16 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,25 +1,10 @@
import React, { Component } from 'react';
import logo from './logo.svg';
import './App.css';

class App extends Component {
render() {
return (
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Edit <code>src/App.js</code> and save to reload.
</p>
<a
className="App-link"
href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer"
>
Learn React
</a>
</header>

</div>
);
}
Expand Down
9 changes: 0 additions & 9 deletions src/App.test.js

This file was deleted.

2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import ReactDOM from 'react-dom';
import './index.css';
import './index.scss';
import App from './App';
import * as serviceWorker from './serviceWorker';

Expand Down
File renamed without changes.
7 changes: 0 additions & 7 deletions src/logo.svg

This file was deleted.

Loading

0 comments on commit ed6bfc4

Please sign in to comment.