File structure

Here is the file structure of a Skulljs project.

.
├── backend/
├── frontend/
├── sslcert/
├── .editorconfig
├── .gitignore
├── .prettierrc
├── .skulljs-cli.json

Root directories

Backend

It contains the selected backend component of Skulljs. (Ex: nestjs)

Frontend

It contains the selected frontend component of Skulljs. (Ex: angular)

sslcert

It contains the key and the certificate for the deployment of the app.

Root files

.editorconfig

Configuration file for EditorConfig. It allows you to maintain consistent coding styles throughout your projects.

.gitignore

Configuration file that specifies which files Git should ignore.

.prettierrc

Configuration file for Prettier. It allows you to format your code to keep it coherent.

.skulljs-cli.json

Meta file for Skulljs.