Skip to content

preprio/angular-quick-start

Repository files navigation

Angular Quick Start

The Angular quick start project launches a blog app with content from Prepr.

Look at the Angular Quick start guide to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Update the environment file

Go to the environments folder in the project and open the environments.ts file to replace YOUR_PREPR_GRAPHQL_URL with the API URL of the Prepr GraphQL Preview access token from your demo environment.

preview API URL

Development Server

Start the development server on http://localhost:4200

ng serve

Production

To build the project run:

ng build

This will compile your project and store the build artifacts in the dist/ directory.

Additional Resources

For more information on using the Angular CLI, including detailed command references, visit the Angular CLI Overview and Command Reference page.

The end result

blog site end result

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published