https://create.arduino.cc/projecthub/ma … ser-07a43f
- Go to the command line of your code editor and install ionic CLI with npm:
$ npm install -g @ionic/cli
2. Create a new app:
$ ionic start smartpill-webui blank
3. Go to the folder of your frontend and run it:
$ cd smartpill-webui
$ ionic serve
What am I missing? I’m a newbie to this
4 posts - 2 participants