All Templates / Starters
Ionic Angular with NgModules
An Ionic Angular Starter in Typescript with NgModules
ionic-angular-ngmodule-starter
francis-Paul-code/ionic-angular-ngmodule-starter
Just deployed
This is a starter project for building mobile and web applications using Ionic Angular with NgModules. It is configured to be deployed on Railway.
npm install -g @ionic/cli
)Clone the repository:
git clone https://github.com/francis-Paul-code/ionic-angular-ngmodules-starter.git
cd ionic-angular-starter
Install dependencies:
npm install
To start the development server:
ionic serve
ionic-angular-starter/
├── src/
│ ├── app/
│ │ ├── components/ # Reusable standalone components
│ │ ├── pages/ # Application pages as standalone components
│ │ ├── app.component.ts # Root component
│ │ ├── app.module.ts # Root module
│ │ └── main.ts # Main entry point
│ ├── assets/ # Static assets
│ ├── theme/ # Application theme
│ ├── index.html # HTML entry point
│ ├── styles.css # Global styles
├── ionic.config.json # Ionic configuration
├── package.json # NPM dependencies and scripts
└── README.md # Project documentation
railway login
railway init
railway up
For more detailed instructions, refer to the Railway documentation.This project is licensed under the MIT License. See the LICENSE file for more details.
Template Content
ionic-angular-ngmodule-starter
francis-Paul-code/ionic-angular-ngmodule-starterDetails
Francis Paul Musango's Projects
Created on Aug 7, 2024
2 total projects
0 active projects
TypeScript, SCSS, JavaScript, HTML
Starters
More templates in this category
Django Monolith
A Django app connected to a Postgres database with Celery and Celery Beat.
Odogwu Machalla's Projects
39