Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

zhibek/angular-frost-alpha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular FROST (Alpha)

Installation

Clone repo and install dependencies with npm

git clone [email protected]:zhibek/angular-frost-alpha.git
cd angular-frost-alpha
npm install

Running

Run local dev server

cd angular-frost-alpha
npm start

The latest source files (TypeScript) will be complied into JS and a browser will be opened on the homepage.

Any changes made to the source files while npm start is running will result in re-complication and the browser reloading to show the changes.

Fixing font issues

The fonts used rely on a specific subdomain being viewed.

You can fix this locally by adding an entry in your hosts file:

127.0.0.1 angular-frost-alpha.comicrelief.com

Then you may view the app at the following URL: http://angular-frost-alpha.comicrelief.com:3000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published