Giter VIP home page Giter VIP 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

do icon do

Manage tasks and get stuff done.

do-api icon do-api

REST API for the Do project made with Python and Falcon

dots icon dots

Small game made with Love2D

dragonfly icon dragonfly

Entity-Component-System test project with Love2d

falcon-jsonify icon falcon-jsonify

Falcon middleware to serialize/deserialize JSON with built-in request validator

furo icon furo

A clean customizable documentation theme for Sphinx

hawaiio icon hawaiio

🏝 A library of shiny concurrency building blocks for Python

hello-unasync icon hello-unasync

Example Python package supporting async + sync via code generation, tooling included

httparse icon httparse

Python wrapper for Rust's httparse HTTP parser

httpx-sse icon httpx-sse

Consume Server-Sent Event (SSE) messages with HTTPX

httpxprof icon httpxprof

A tool for profiling HTTPX using cProfile and SnakeViz

limier icon limier

Smart conversion and validation toolkit powered by type annotations

mkdocstrings icon mkdocstrings

:blue_book: Automatic documentation from sources, for MkDocs.

msgpack-asgi icon msgpack-asgi

Drop-in MessagePack support for ASGI applications and frameworks

ng-courses icon ng-courses

Fetch and display a list of courses by implementing the Model-Adapter Pattern

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.