Skip to content

Commit

Permalink
Add app skeleton, route visualiser page
Browse files Browse the repository at this point in the history
  • Loading branch information
TimboKZ committed Apr 7, 2018
1 parent 32cb945 commit 47c766a
Show file tree
Hide file tree
Showing 17 changed files with 526 additions and 69 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Ariadne's Thread webapp

This project uses [Create React App (CRA)](https://github.com/facebook/create-react-app) for all of the house-keeping. Check out its [User Guide](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md) for more info on how CRA works, its useful features, and general React advice.

# Building & running

You'll need to create a `src/config.json` to build/run the app. An example config has been provided for you at `src/config.example.json`. Use `npm start` to run the app locally (with hot-reloading) and `npm run build` to generate a static HTML build in the `build/` folder.
165 changes: 165 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome": "^1.1.5",
"@fortawesome/fontawesome-free-solid": "^5.0.9",
"@fortawesome/react-fontawesome": "0.0.18",
"bluebird": "^3.5.1",
"bulma": "^0.6.2",
"prop-types": "^15.6.1",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-google-maps": "^9.4.5",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4"
},
"scripts": {
Expand All @@ -13,4 +21,4 @@
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}
}
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>Ariadne's Thread | Automatic Route Planning</title>
</head>
<body>
<noscript>
Expand Down
28 changes: 0 additions & 28 deletions src/App.css

This file was deleted.

21 changes: 0 additions & 21 deletions src/App.js

This file was deleted.

Loading

0 comments on commit 47c766a

Please sign in to comment.