- Java 11
- Spring Boot
- Spring Data Jpa
- Spring Security
- Javascript
- React.js V5
- ReactStrap
- BootStrap
- Open IntelliJ IDEA and select File > Open....
- Choose the java-maven-starter-project directory and click OK.
- Select File > Project Structure... and ensure that the Project SDK and language level are set to use Java 11.
- Open the Maven view with View > Tool Windows > Maven.
- In the Maven view, under Plugins > dependency, double-click the
dependency:unpack
goal. This will unpack the native libraries into $USER_HOME/.arcgis. - In the Maven view, run the
compile
phase under Lifecycle and then theexec:java
goal to run the app.
Pull requests are encouraged and always welcome. Pick an issue and help us out!
To install and work on Svelte locally:
git clone https://github.com/melihaycicek/loginRegisterInterface
cd svelte
npm install
To build the compiler and all the other modules included in the package:
npm run build
npm run dev
npm run test
npm run test -- -g transition
Backend : http://localhost:8081
Frontend : http://localhost:3001