GithubHelp home page GithubHelp logo

NOTICE

Now unused. See florimondmanca/www.


Personal

Build Status Angular DigitalOcean

This is the repository for the frontend application powering my personal blog.

For the backend API, see personal-api.

Install

Install Angular CLI:

$ npm install -g @angular/cli

Install the dependencies:

$ npm install

Quickstart

Create an environment file called .env (it will be excluded from version control) at the project root, containing the following variables:

  • API_KEY: a valid API key created via the backend admin site.
  • BACKEND_URL: the URL to the backend root (without trailing slash).

For example:

# .env
API_KEY=myapikey
BACKEND_URL=http://localhost:8000

Generate your development environment file:

$ npm run config -- --env=dev

Start the development server, which will run on http://localhost:4200/:

$ ng serve -c dev

Using server-side rendering

Server side rendering is implemented using Angular Universal.

Server-side rendering allows to send fully-rendered HTML pages to clients, instead of sending them a blank page and letting Angular fill it in the browser. This reduces the "first meaningful paint" time, helps with referencing and allows integration with social media.

To use the server-rendered app, you must first create a build of the app:

$ npm run build:dev

Note: in production, use npm run build instead to create a production-optimized build.

Then start the server-rendered app (an Express server):

$ npm run serve:ssr

Scripts

See package.json for the available NPM scripts.

CI/CD

TravisCI is configured on this repo and generates a production build on every push to a branch.

Florimond Manca's Projects

aiometer icon aiometer

A Python concurrency scheduling library, compatible with asyncio and trio.

all-my-repos icon all-my-repos

Apply changes across all my repos using https://github.com/asottile/all-repos.

ansible-learn icon ansible-learn

Learning Ansible by using it to configure a Nginx + Python + Uvicorn + Gunicorn + Supervisor deployment in a Vagrant VM.

aragon icon aragon

Rule-based streaming data cleansing application written in Python

arel icon arel

Lightweight browser hot reload for Python ASGI web apps

asgi-caches icon asgi-caches

Server-side HTTP caching for ASGI applications, inspired by Django's cache framework

autumn icon autumn

A small game about the fallen seasons.

awesome-asgi icon awesome-asgi

A curated list of awesome ASGI servers, frameworks, apps, libraries, and other resources

azp-python-example icon azp-python-example

Opinionated example Python package Azure Pipelines setup w/ TestPyPI publish on tags

blogapi icon blogapi

API for my personal blog, rewritten with Bocadillo

boaviztapi icon boaviztapi

🛠 Giving access to BOAVIZTA referenced datas and methodologies trought a RESTful API

click icon click

Python composable command line interface toolkit

cs-ir icon cs-ir

Implementation of an Information Retrieval System (IRS)

dashlord icon dashlord

Tableau de bord des scans de sécurité sur les sites de la fabrique

datacenters-drought icon datacenters-drought

Data visualization of datacenters location and water resources vs US West 2021 extreme droughts

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.