An Ember Octane client that consumes the Scala/Play2 stock watcher backend service
- You are working on MacOS
- You have homebrew installed
- You have node installed (
brew install node
)- The app was able to run on node
v8.15.0
andv12.14.1
. I haven't tried other versions - In case you run into node or npm related errors, I'd recommend using node version manager to quickly switch between node versions on your machine
- The app was able to run on node
- You have ember installed (
npm install -g ember-cli
)- Output when I run
ember --version
==>ember-cli: 3.15.2
- Output when I run
Start the backend stock watcher service first then...
- Clone this repo locally
git clone https://github.com/ajball/clutch-coding-exercise-client.git
- Navigate to the project root dir
cd clutch-coding-exercise-client
- Download all project dependencies
npm i
- Start the app
ember serve
orember s
- Make sure you see
Build successful – Serving on http://localhost:4200/
andProxying to http://127.0.0.1:9000
in the build console output
- Open
http://localhost:4200
in a browser (I recommend Chrome)