Ember - Getting Started
From Quick Start
Install Node and npm
:
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
apt install -y nodejs
To uninstall old versions of ember:
sudo npm uninstall -g ember-cli
sudo npm cache verify
Install ember-cli
:
sudo npm install -g ember-cli
sudo npm install -g yarn
Create an application in the front
folder
(--yarn
makes the application yarn aware):
ember new front --no-welcome --yarn
# for Octane (30/08/2019, generated code is raising errors)
# ember new front -b @ember/octane-app-blueprint --no-welcome --yarn
Run the application:
cd front
ember server
Note
watchman
doesn’t seem to work.
The error message is here, Linux inotify Limits