Project Structure
️⚠️
NTS is in active development and currently unstable. It is open to select early developers for exploration but is not yet suitable for production use. Follow developer updates for the latest changes, as performance is not at production level.
This page provides an overview of the folder and file conventions in NTS.
Folder and file conventions
Top-level folders
Folder | Purpose |
---|---|
/src | Contains all source code for the application |
/tests | Test files for the application |
/build | Contains build artifacts used for deployment |
Top-level files
Files | Purpose |
---|---|
jest.config.js | Jest testing configuration |
package.json | Project configuration and dependencies |
.gitignore | Git files and folders to ignore |
Last updated on