Skip to content

Repository of the elewa website redesign. This is a website which uses Angular Universal to render while integrating webflow CMS blog posts

Notifications You must be signed in to change notification settings

nicholasndolo/elewa-website

Repository files navigation

Elewa-website

Root for the new elewa education website https://elewa.education

Built With

Getting Started

To get a local copy up and running, please follow these simple steps.

Prerequisites

Here is what you need to be able to run the ElewaEducation Website.

  • Node.js
  • npm (recommended)

Setup

  1. Clone the repo into a public GitHub repository (or fork https://github.com/italanta/elewa-website/fork).

    git clone https://github.com/italanta/elewa-website.git
  2. Go to the project folder

    cd elewa-website
  3. Install packages with npm

    npm i --legacy-peer-deps
  4. Set up your .env file

    • Navigate into the environments directory apps/elewa-website/src/environments
    • Duplicate .environment.ts.example to .environment.ts
    • Duplicate .environment.prod.ts.example to .environment.prod.ts
  5. Start the dev server (this will run your app as an SPA)

    nx serve
  6. You can also server render your app.

    npm run dev:ssr

About

Repository of the elewa website redesign. This is a website which uses Angular Universal to render while integrating webflow CMS blog posts

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 77.2%
  • JavaScript 13.7%
  • SCSS 7.0%
  • HTML 2.1%