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
Now you should be able to go to [http://localhost:8000/admin](http://localhost:8000/admin) and log in with the user you created in the previous section.
96
96
97
97
## Setup the Front End Client
98
-
Open up a new terminal session and go to the folder where you cloned the server app
98
+
Install Node and Ember
99
+
```bash
100
+
brew install node
101
+
npm install -g ember-cli
102
+
```
103
+
104
+
Open up a new terminal session and go to the folder where you want to the
0 commit comments