You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,12 @@
21
21
22
22
### Let's get started,
23
23
24
-
* The following sbt commands are working fine with this application.(To see more details of [sbt](http://www.scala-sbt.org/))
24
+
* Clone the application and open application as a sbt project.
25
+
26
+
* Used any of the sbt commands listed in the below according to the requirement which are working fine with this application.(To see more details of [sbt](http://www.scala-sbt.org/))
25
27
26
28
```
27
-
sbt clean # Clear existing build files.
29
+
sbt clean # Clear existing build files
28
30
29
31
sbt stage # Build your application from your project’s source directory
30
32
@@ -54,6 +56,7 @@
54
56
├── /target/ # Generated stuff
55
57
│ ├── /universal/ # Application packaging
56
58
│ └── /web/ # Compiled web assets
59
+
├── /test/ # Contains unit tests for java play sources
57
60
├── /ui/ # Angular front end sources
58
61
│ ├── /e2e/ # End to end tests folder
59
62
│ ├── /node_modules/ # 3rd-party frontend libraries and utilities
0 commit comments