Angular NASA APOD
About the Projectβ
π Technologies Usedβ
- Angular - JavaScript framework for building user interfaces
- TypeScript - Typed superset of JavaScript
- Tailwind CSS - Utility-first CSS framework
- Vercel - Development server
π Prerequisitesβ
- Node.js (version 18 or higher)
- npm
π§ Installationβ
- Clone the repository:
git clone https://github.com/nixoletas/angular-nasa-apod.git
- Install dependencies:
npm install
- Start the development server:
npm start
π οΈ Available Scriptsβ
npm start
- Starts the development servernpm run build
- Creates production buildnpm run serve
- Serves the application
π― Objective of the projectβ
The objective of this project was to learn how to use the new Express Angular Server Side Rendering (SSR) and reinforce my knowledge in Angular.