Skip to content

Commit

Permalink
refactor first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelLosier committed Jan 16, 2019
1 parent 122f179 commit 6f51643
Show file tree
Hide file tree
Showing 31 changed files with 4,935 additions and 1,309 deletions.
5,143 changes: 4,546 additions & 597 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@
"dotenv": "^4.0.0",
"express": "^4.16.1",
"mongoose": "^4.11.14",
"node-sass-chokidar": "^1.3.4",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.14"
},
"scripts": {
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
"serve": "node server.js",
"start": "react-scripts start",
"build": "react-scripts build",
Expand Down
4 changes: 2 additions & 2 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": "Illustration App",
"name": "Illustration Portfolio App",
"icons": [
{
"src": "favicon.ico",
Expand Down
1 change: 1 addition & 0 deletions public/static-data/artwork.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/static-data/projects.json

Large diffs are not rendered by default.

45 changes: 0 additions & 45 deletions server.js

This file was deleted.

55 changes: 0 additions & 55 deletions server/controllers/artworkController.js

This file was deleted.

56 changes: 0 additions & 56 deletions server/controllers/projectController.js

This file was deleted.

27 changes: 0 additions & 27 deletions server/models/artwork.js

This file was deleted.

18 changes: 0 additions & 18 deletions server/models/project.js

This file was deleted.

43 changes: 0 additions & 43 deletions server/routes/api.js

This file was deleted.

10 changes: 0 additions & 10 deletions server/routes/index.js

This file was deleted.

Loading

0 comments on commit 6f51643

Please sign in to comment.