|
@@ -2,9 +2,9 @@
|
2
|
2
|
|
3
|
3
|
This project is an example application for a typical [Ionic](https://ionicframework.com/) app with a [Spring Boot](https://projects.spring.io/spring-boot/) backend.
|
4
|
4
|
|
5
|
|
-You can read about how this application was created in [this tutorial](./TUTORIAL.md). Feel free to copy any code in this project for your own use in accordance with the [MIT license](LICENSE).
|
|
5
|
+You can read about how this application was created in [this tutorial](./TUTORIAL.md). Feel free to copy any code in this project for your own use in accordance with the [Apache license](LICENSE).
|
6
|
6
|
|
7
|
|
-**Prerequisites**: Java 8, Node.js, and Maven.
|
|
7
|
+**Prerequisites**: Java 8 and Node.js.
|
8
|
8
|
|
9
|
9
|
To run the Spring Boot backend, cd into `server` and run `mvn spring-boot:run`.
|
10
|
10
|
|