Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 750 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 750 Bytes

Web shop generator

Web shop generator is a student experimental project written in Python. Idea is to generate Full Stack Web application in Scala (Play Framework) and Angular.

Getting Started

Run generator

  python main.py

Run generated project

  cd output\backend
  sbt scalafmt run
  cd output\frontend
  npm install
  ng serve -o

Note: Download SBT from: https://www.scala-sbt.org/download.html (version: 0.13.15)

Contributors