Testing Riot.js
Go to file
James Skemp 29bfeddf40 Create new app with rollup template 2020-09-07 15:18:10 -05:00
src Create new app with rollup template 2020-09-07 15:18:10 -05:00
test Create new app with rollup template 2020-09-07 15:18:10 -05:00
.gitignore Create new app with rollup template 2020-09-07 15:18:10 -05:00
LICENSE Create new app with rollup template 2020-09-07 15:18:10 -05:00
README.md Create new app with rollup template 2020-09-07 15:18:10 -05:00
index.html Create new app with rollup template 2020-09-07 15:18:10 -05:00
package-lock.json Create new app with rollup template 2020-09-07 15:18:10 -05:00
package.json Create new app with rollup template 2020-09-07 15:18:10 -05:00
rollup.config.js Create new app with rollup template 2020-09-07 15:18:10 -05:00
style.css Create new app with rollup template 2020-09-07 15:18:10 -05:00

README.md

riot-js-testing

Created via:

  1. npm i riot
  2. npm init riot

Testing Riot.js

Start

npm start

Test

npm test

Build

npm run build