Skip to content

Vorlage für die Freitagsaufgabe Woche 3 der Java-Bootcamps (enthält ein Frontend, für das wir das Backend bauen)

Notifications You must be signed in to change notification settings

Kreyno93/java-todo-frontend

 
 

Repository files navigation

Todo Kanban Board / Friday exercise

Do the following steps to setup the project:

Mac:

  1. Create a spring initializer backend module (name="backend", with "Spring Web" enabled)
  2. Install Node.js (https://nodejs.org/en/download/) or via brew in your terminal ( brew install node )
  3. run the build-frontend-mac.sh script
  4. start the server and open your browser on http://localhost:8080 to see the frontend
  5. Happy hacking 👩‍💻 👨‍💻

Win:

  1. Create a spring initializer backend module (name="backend", with "Spring Web" enabled)
  2. Install Node.js (https://nodejs.org/en/download/)
  3. run the build-frontend-win.ps1 script
  4. If you run into Problems running the script, try running Set-ExecutionPolicy -ExecutionPolicy Unrestricted as admin.
  5. start the server and open your browser on http://localhost:8080 to see the frontend
  6. Happy hacking 👩‍💻 👨‍💻

About

Vorlage für die Freitagsaufgabe Woche 3 der Java-Bootcamps (enthält ein Frontend, für das wir das Backend bauen)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 45.8%
  • JavaScript 45.5%
  • HTML 6.8%
  • PowerShell 1.2%
  • Shell 0.7%