This is a simple skeleton app that provides an environment with:
node-sass
yarn
(or npm
if preferred, but this template provides a yarn.lock
package lock file)yarn tauri init
, the config files are already generated and in version control, but you can do so if you'd like to overwrite any of the Tauri configsOnce this is all set up, run yarn
to install all required node packages.
You will need two terminals.
In the first terminal:
$ yarn dev
and in the second terminal:
yarn tauri dev
You should now have the dev server and dev app window up and ready to go!