|
|
|
|
@ -6,11 +6,21 @@ Quick guide on how to get started with common Frontend and Backend framework
|
|
|
|
|
|
|
|
|
|
* [VS Code](https://code.visualstudio.com/)
|
|
|
|
|
* [IntelliJ IDEA Community](https://www.jetbrains.com/idea/download/#section=windows)
|
|
|
|
|
|
|
|
|
|
* [nodeJS 12.x](https://nodejs.org/en/download/releases/)
|
|
|
|
|
* [JDK 8](https://adoptopenjdk.net/) - For Spring Boot only
|
|
|
|
|
* [Postman](https://www.postman.com/)
|
|
|
|
|
|
|
|
|
|
## Recommended plugins
|
|
|
|
|
|
|
|
|
|
* VS Code
|
|
|
|
|
* Live Server
|
|
|
|
|
*
|
|
|
|
|
* IntelliJ IDEA
|
|
|
|
|
* Lombok
|
|
|
|
|
* Free MyBatis plugin
|
|
|
|
|
* Request Mapper
|
|
|
|
|
* Kotlin
|
|
|
|
|
|
|
|
|
|
## Framework
|
|
|
|
|
|
|
|
|
|
* Backend
|
|
|
|
|
@ -19,4 +29,14 @@ Quick guide on how to get started with common Frontend and Backend framework
|
|
|
|
|
* Frontend
|
|
|
|
|
* [reactJS](./frontend/reactJS/README.md)
|
|
|
|
|
* [vueJS](./frontend/vueJS/README.md)
|
|
|
|
|
* [nextJS](./frontend/nextJS/README.md)
|
|
|
|
|
* [nextJS](./frontend/nextJS/README.md)
|
|
|
|
|
* mobile (cross platform)
|
|
|
|
|
* [Flutter](https://flutter.dev/)
|
|
|
|
|
* Dart - similarity to Java / C# syntax
|
|
|
|
|
* By Google
|
|
|
|
|
* [React Native](https://reactnative.dev/)
|
|
|
|
|
* Javascript
|
|
|
|
|
* By Facebook
|
|
|
|
|
|
|
|
|
|
[Comparison Flutter-ReactNative](https://nix-united.com/blog/flutter-vs-react-native/#:~:text=React%20Native%20is%20a%20mobile,%2C%20Mac%2C%20and%20Web%20application)
|
|
|
|
|
|
|
|
|
|
|