mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-09 21:07:49 +00:00
docs: prep for release
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
---
|
||||
{
|
||||
title: "Web Framework Quickstart Guide",
|
||||
description: "",
|
||||
published: "2024-01-18T04:45:30.247Z",
|
||||
description: "Here's the quickest ways you can get up-and-running with templates for React, Angular, and Vue; using official tools.",
|
||||
published: "2024-01-16T04:45:30.247Z",
|
||||
authors: ["crutchcorn"],
|
||||
tags: ["react", "angular", "vue"],
|
||||
attached: [],
|
||||
@@ -120,7 +120,7 @@ This will start a script that guides you through an interactive setup process.
|
||||
|
||||
1. First, select if you want to write CSS or use a CSS pre-processor like [SCSS](https://sass-lang.com/) or [Less](https://lesscss.org/):
|
||||
|
||||

|
||||

|
||||
|
||||
> If you don't know what SCSS or Less are, that's okay. They're **optional** alternative methods for writing CSS with additional features.
|
||||
|
||||
@@ -128,7 +128,7 @@ It's suggested to select "CSS" for newcomers.
|
||||
|
||||
2. Then, tell Angular CLI if you want to use Server-Side Rendering (SSR) or Static Site Generation (SSG):
|
||||
|
||||

|
||||

|
||||
|
||||
While "Server Side Rendering" (SSR) and "Static Site Generation" (SSG) are useful, I wouldn't recommend utilizing those tools for newcomers.
|
||||
|
||||
@@ -136,7 +136,7 @@ While "Server Side Rendering" (SSR) and "Static Site Generation" (SSG) are usefu
|
||||
|
||||
3. Angular CLI will then start to generate the relevant files and install dependencies for your project:
|
||||
|
||||

|
||||

|
||||
|
||||
Once this is done, run the following commands:
|
||||
|
||||
@@ -147,7 +147,7 @@ npm start
|
||||
|
||||
4. If all worked, once your packages are installed you should see this template screen:
|
||||
|
||||

|
||||

|
||||
|
||||
Now when you modify any code in the project it will refresh the screen for you and preview your changes immediately.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user