Project Structure
This page provides an overview of the file and folder structure of a dixt project.
Top-level files
| dixt | |
.env | Environment variables |
.env.local | Local environment variables |
.env.production | Production environment variables |
.env.development | Development environment variables |
| Ecosystem | |
package.json | Project dependencies and scripts |
.gitignore | Git files and folders to ignore |
tsconfig.json | Configuration file for TypeScript |
.eslintrc.json | Configuration file for ESLint |
Top-level folders
src | Optional application source folder |