Skip to content

vadim-shb/blanky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

blanky

Fully tested template of basic application on top of

  • Gulp-AngularJs-Bootstrap-Jasmine-Karma(web-client)
  • Sbt-Scala-Akka-Spray-ScalaTest-Flyway-SkalikeJDBC-Postgres(server)

For work with client:

  • use init.bash script to initiate project (uncomment global packages which don't install yet).
  • use gulp dev command to start client development environment.
  • use gulp production command to generate production version of client in "productionApp" folder.

For work with server:

  • install SBT
  • run sbt from server folder
  • in sbt command line start re-start task

IntelliJ users helpers:

  1. Use File > New > Module from existing sources...
  • for "client" directory (as Web module)
  • for "server" directory (as SBT module)
  1. Start "client/init.bash" script
  2. Exclude folders from client module
  • bower_components
  • coverage
  • node_modules
  • productionApp
  • src/lib
  1. Install Karma-plugin. Create Karma configuration for start with "karma.conf.js" - config file

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published