https://github.com/mediacomem/comem-travel-log-ionic-starter
COMEM+ Travel Log Ionic Starter Project
https://github.com/mediacomem/comem-travel-log-ionic-starter
Last synced: about 1 year ago
JSON representation
COMEM+ Travel Log Ionic Starter Project
- Host: GitHub
- URL: https://github.com/mediacomem/comem-travel-log-ionic-starter
- Owner: MediaComem
- Created: 2018-12-17T12:14:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T06:25:20.000Z (almost 3 years ago)
- Last Synced: 2025-02-14T17:43:24.564Z (over 1 year ago)
- Language: TypeScript
- Size: 5.51 MB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COMEM+ Travel Log Ionic Starter Project
This project was created following these [setup instructions](https://github.com/MediaComem/comem-travel-log-ionic-setup).
## Installation
Clone this project, then:
```bash
git clone https://github.com/MediaComem/comem-travel-log-ionic-starter.git
cd comem-travel-log-ionic-starter
npm ci
```
You must also put the configuration file in place the first time:
```bash
cp src/environments/environment.sample.ts src/environments/environment.ts
```
Fill in appropriate values in `src/environments/environment.ts`.
> If you intend to do a production build, you'll need to copy again the file:
>
> ```bash
> cp src/environments/environment.sample.ts src/environments/environment.prod.ts
> ```
>
> and fill in the appropriate values.
>
> **Be sure to set the `production` property to `true`!**
## Usage
Run in development mode in the browser with:
```bash
cd comem-travel-log-ionic-starter
ionic serve
```