Running - connectivedx/Unslated GitHub Wiki
Once installed, you can begin developing by running
npm run dev
or
yarn dev
To launch Unslated into development server and open http://localhost:8080
up in your locally preferred browser.
With dev running, any edits made to files under src/ will compile and refresh Unslated with your changes.