# demo-neu1 **Repository Path**: consolelog/demo-neu1 ## Basic Information - **Project Name**: demo-neu1 - **Description**: demo-neu1 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-13 - **Last Updated**: 2025-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # neutralinojs-angular-template A simple Angular template for building Neutralinojs apps ## How to install Create a new Neutralinojs project with this template with the following command: ```bash neu create --template qq253498229/neu-ng myapp cd myapp ``` ## How to develop Start the Angular development server and Neutralinojs app: ```bash neu run ``` ## How to bundle the app Trigger a new Angular build and create the application bundle with the following command: ```bash neu build --release ``` ## License [MIT](LICENSE)