Surprise paginas

Building and running on localhost

First install dependencies:

yarn install

To run in hot module reloading mode:

yarn start

To create a production build:

yarn build-prod

To create a development build:

yarn build-dev

Running

Open the file dist/index.html in your browser

Testing

To run unit tests:

yarn test

Credits

Made with createapp.dev