Go to file
Victor Roest 31669609f8
Removed unnecessary curl
2019-10-12 14:25:22 +02:00
public Fix all the things! 2019-07-07 23:09:35 +02:00
src Fix all the things! 2019-07-07 23:09:35 +02:00
.browserslistrc init 2019-07-06 20:45:17 +02:00
.dockerignore Fix all the things! 2019-07-07 23:09:35 +02:00
.env.development Fix all the things! 2019-07-07 23:09:35 +02:00
.env.production Update production url for preparation of hosting it on xirion.net 2019-10-12 13:12:46 +02:00
.gitignore update gitignore for intellij 2019-10-12 13:57:44 +02:00
.gitlab-ci.yml Add .gitlab-ci.yml 2019-07-07 21:10:45 +00:00
Dockerfile Removed unnecessary curl 2019-10-12 14:25:22 +02:00
README.md init 2019-07-06 20:45:17 +02:00
babel.config.js init 2019-07-06 20:45:17 +02:00
package.json Fix all the things! 2019-07-07 23:09:35 +02:00
postcss.config.js init 2019-07-06 20:45:17 +02:00
tsconfig.json init 2019-07-06 20:45:17 +02:00
tslint.json It works! 2019-07-07 17:28:00 +02:00
yarn.lock upgrade dependencies 2019-10-12 11:27:04 +02:00

README.md

cards-frontend

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

Customize configuration

See Configuration Reference.