Yield generated for 31917f4e-5cf2-465a-aaf5-1b3cb8a87d3b
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Julien Dudek d426975d19 👷 docker url 6 years ago
.circleci 👷 docker url 6 years ago
public 🎉 Initial commit 6 years ago
src 🚀 add heroku url 6 years ago
static 🎉 Initial commit 6 years ago
tests/unit add tests 6 years ago
.browserslistrc 🎉 Initial commit 6 years ago
.editorconfig 🎉 Initial commit 6 years ago
.eslintrc.js 🎉 Initial commit 6 years ago
.gitignore 💚 add server deploy 6 years ago
.prettierrc 🎉 Initial commit 6 years ago
Dockerfile 🐳 add Dockerfile 6 years ago
LICENSE 🎉 Initial commit 6 years ago
README.md 📝 enhance docs 6 years ago
babel.config.js 🎉 Initial commit 6 years ago
jest.config.js 🎉 Initial commit 6 years ago
package.json 🎉 Initial commit 6 years ago
postcss.config.js 🎉 Initial commit 6 years ago
yarn.lock 🎉 Initial commit 6 years ago

README.md

Getting started

Before contributing please read the following:

The stack is built using vue-cli webpack so to get started all you have to do is:

# install dependencies
> yarn install
# serve with hot reload at localhost:8080
> yarn serve

Other commands available are:

# build for production with minification
yarn run build

# run unit tests
yarn test