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.
19 lines
466 B
Markdown
19 lines
466 B
Markdown
|
5 years ago
|
# How To
|
||
|
|
|
||
|
|
## 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/)
|
||
|
|
|
||
|
|
## Framework
|
||
|
|
|
||
|
|
* Backend
|
||
|
|
* [expressJS](./backend/expressJS/README.md)
|
||
|
|
* springboot
|
||
|
|
* Frontend
|
||
|
|
* [reactJS](./frontend/reactJS/README.md)
|
||
|
|
* vueJS
|