The code for my Blue Conf 2019 talk
Find a file
2019-06-04 21:42:31 +01:00
public init 2019-05-25 00:11:42 +01:00
src Extract a SessionFormMessage component 2019-06-04 21:42:31 +01:00
tests/unit init 2019-05-25 00:11:42 +01:00
.browserslistrc init 2019-05-25 00:11:42 +01:00
.editorconfig init 2019-05-25 00:11:42 +01:00
.eslintrc.js init 2019-05-25 00:11:42 +01:00
.gitignore init 2019-05-25 00:11:42 +01:00
babel.config.js init 2019-05-25 00:11:42 +01:00
jest.config.js init 2019-05-25 00:11:42 +01:00
package.json Add axios 2019-05-25 00:45:57 +01:00
postcss.config.js Add tailwindcss 2019-05-25 00:27:33 +01:00
README.md init 2019-05-25 00:11:42 +01:00
yarn.lock Add axios 2019-05-25 00:45:57 +01:00

blueconf

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Run your unit tests

yarn run test:unit

Customize configuration

See Configuration Reference.