docker
|
Set up docker as development environment.
|
2017-08-22 22:21:26 +02:00 |
node_modules
|
Set up docker as development environment.
|
2017-08-22 22:21:26 +02:00 |
sql
|
Start implementing MySQL data fetching.
|
2017-08-23 14:59:12 +02:00 |
src
|
Rename .eslintrc.yaml to .eslintrc.yml.
|
2017-08-26 01:58:59 +02:00 |
.babelrc
|
Move frontend babel configuration to webpack configuration file.
|
2017-08-26 01:53:56 +02:00 |
.dockerignore
|
Update ignore files.
|
2017-08-26 01:47:30 +02:00 |
.eslintignore
|
Update ignore files.
|
2017-08-26 01:47:30 +02:00 |
.eslintrc.yml
|
Initial commit.
|
2017-08-19 03:25:18 +02:00 |
.gitignore
|
Update ignore files.
|
2017-08-26 01:47:30 +02:00 |
.travis.yml
|
Initial commit.
|
2017-08-19 03:25:18 +02:00 |
Dockerfile
|
Add Dockerfile and update .dockerignore.
|
2017-08-19 23:01:36 +02:00 |
Dockerfile.dist
|
Initial commit.
|
2017-08-19 03:25:18 +02:00 |
Jenkinsfile
|
Initial commit.
|
2017-08-19 03:25:18 +02:00 |
README.md
|
Initial commit.
|
2017-08-19 03:25:18 +02:00 |
docker-compose.local.yml
|
Start implementing MySQL data fetching.
|
2017-08-23 14:59:12 +02:00 |
index.js
|
Set up webpack and webpack-dev-server.
|
2017-08-25 08:28:44 +02:00 |
nwb.config.js
|
Make autoprefixer support the 4 latest major browser versions.
|
2017-08-20 05:16:08 +02:00 |
package-lock.json
|
Switch to rimraf for cleanup.
|
2017-08-26 01:50:45 +02:00 |
package.json
|
Switch to rimraf for cleanup.
|
2017-08-26 01:50:45 +02:00 |
webpack.config.babel.js
|
Alias react to preact in static builds.
|
2017-08-26 01:54:10 +02:00 |