File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Make sure you have your environment setup : https://facebook.github.io/react-nat
28
28
29
29
``` scala
30
30
31
- g8 scalajs- react- universe/ mobile.g8
31
+ sbt new scalajs- react- universe/ mobile.g8
32
32
33
33
// it will ask for your project name and package, enter them and continue
34
34
@@ -61,7 +61,7 @@ npm start
61
61
62
62
``` scala
63
63
64
- g8 scalajs- react- universe/ mobile.g8 - b tab- navigation
64
+ sbt new scalajs- react- universe/ mobile.g8 - b tab- navigation
65
65
66
66
// it will ask for your project name and package, enter them and continue
67
67
@@ -96,7 +96,7 @@ npm start
96
96
97
97
``` scala
98
98
99
- g8 scalajs- react- universe/ mobile.g8 - b drawer- navigation
99
+ sbt new scalajs- react- universe/ mobile.g8 - b drawer- navigation
100
100
101
101
// it will ask for your project name and package, enter them and continue
102
102
You can’t perform that action at this time.
0 commit comments