A sample application developed with TEPA.
You can clone this repository and also use it as a starting point for your own application. You may want to use a different bundler, but hold off on that kind of obsession for now. The first thing to do is to get familiar with TEPA.
$ npm i
$ npm start
$ npm run start:scenario
$ npm run build:scenario
$ npm run build
$ npm test
$ npm run start:doc
$ npm run format
$ npm run review