app: Create basic app.

This commit is contained in:
Vishnu KS
2019-10-13 20:18:54 +05:30
parent c2e244f784
commit 15c5cd8505
26 changed files with 32988 additions and 0 deletions

3
app/postcss.config.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = () => ({
plugins: [require("tailwindcss")],
})