All Templates / Starters

Ionic Angular with NgModules

Ionic Angular with NgModules

An Ionic Angular Starter in Typescript with NgModules

Deploy Ionic Angular with NgModules

ionic-angular-ngmodule-starter

francis-Paul-code/ionic-angular-ngmodule-starter

Just deployed

Ionic Icon Ionic Angular Starter

This is a starter project for building mobile and web applications using Ionic Angular with NgModules. It is configured to be deployed on Railway.

Table of Contents

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/francis-Paul-code/ionic-angular-ngmodules-starter.git
    cd ionic-angular-starter
    
  2. Install dependencies:

    npm install
    

Running the App

To start the development server:

ionic serve

Project Structure

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

Deploying to Railway

  1. Login to Railway CLI:
    railway login
    
  2. Initialize a new Railway project:
    railway init
    
  3. Deploy the project:
    railway up
    
    For more detailed instructions, refer to the Railway documentation.

License

This project is licensed under the MIT License. See the LICENSE file for more details.


Template Content

Deploy Now

Details

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

View Template
mellow-vue

mellow-vue

A full-stack Vue app with The Boring JavaScript Stack.


My Workspace

View Template
.NET8 Web API

.NET8 Web API

A basic ASP.NET Core Web API template (.NET 8)


Dango

View Template
Django Monolith

Django Monolith

A Django app connected to a Postgres database with Celery and Celery Beat.


Odogwu Machalla's Projects