Skip to content

Minimal project configuration featuring a Scala play blackend with Slick ORM and an Angular front end.

Notifications You must be signed in to change notification settings

jregistr/play-angular-slick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Play Angular Slick

Minimal project configuration featuring a Scala play blackend with Slick ORM and an Angular front end.

Usage

  • sbt run
    Builds the front end and run the backend. If a node_modules folder isn't found, it will also run npm install before hand. Note also, that sbt run will run the angular compiler in watch mode. This is intended for development mode.
  • sbt clean
    Has a hook that will clean up the code generated by the front end compilation as well as remove the node_modules folder.
  • sbt dist
    This is for building for production mode. It builds the UI for production mode first and will fail to build if an error is raised during the UI build.

Fin!

Thank you for checking out this repo, I hope it's helpful to you. If you've any feedback or requests, please don't hesitate to open up an issue or make a pull request.

About

Minimal project configuration featuring a Scala play blackend with Slick ORM and an Angular front end.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published