🎉 Initial commit

This commit is contained in:
Jakub Juszczak
2016-06-26 15:24:29 +02:00
commit 0820ba63b3
36 changed files with 964 additions and 0 deletions

3
config/prod.env.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
NODE_ENV: '"production"'
}