Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 264 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 264 Bytes

Install & run in watch mode

Install the dependencies and start the watcher:

$ npm install
$ npm run watch

Or just use the start script to do same:

$ npm start

Then open http://localhost:1234/ in a browser to see your running Riot app.