Skip to content

AuScope/AppStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AuScope App Store

Purpose

This project is a simple App Store for AuScope

How to initiate

Note that this project requires npm >= 9.5.1 & nodejs >= 18.16.0

In order to get started:

$ git clone https://github.com/AuScope/AppStore
$ cd AppStore/ui
# To install the project's dependencies
$ npm install

Start a local dev server

# Run `npm start` to start the front-end dev server.
# Navigate to `http://localhost:4200`. It should automatically reload if you change any 
# of the source files.
$ npm start

Build for production server

# As currently set up, the prod build will output the production website files to `dist` directory
# This can be deployed to an Apache server or something similar. 
$ ng build --prod

Configuration

See README

Building docker images

There is a Dockerfile here