You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.2 KiB
Markdown

# How To
Quick guide on how to get started with common Frontend and Backend framework
## Prerequisites
* [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
* [expressJS](./backend/expressJS/README.md)
* [springboot](./backend/springboot/README.md)
* Frontend
* [reactJS](./frontend/reactJS/README.md)
* [vueJS](./frontend/vueJS/README.md)
* [nextJS](./frontend/nextJS/README.md)
* mobile (cross platform)
* [Flutter](./mobile/flutter/README.md)
* 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)
## Razer Pay UAT
* [Setup for UAT app](./uat/README.md)