An open API service indexing awesome lists of open source software.

https://github.com/frontendmasters/fullstack-app-next-starter


https://github.com/frontendmasters/fullstack-app-next-starter

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

> [!NOTE]
> This repo is from an archived version of the course. Watch the latest version of the course on [frontendmasters.com](https://frontendmasters.com/courses/fullstack-app-next-v3/).

This is a starter project for the [Build a Fullstack App from Scratch with Next.js course](https://frontendmasters.com/courses/fullstack-app-next/)

### Background

In the lesson [Setup Next.js, ESLint, & TypeScript](https://frontendmasters.com/courses/fullstack-app-next/setup-next-js-eslint-typescript/), Scott scaffolds a new app with `npx create-next-app`. However, there are some dependency conflicts with some of the package versions used in the course so the additional depenencies aren't able to be installed. This repository can be used as a starting point for the remainder of the course.

### Instructions

First, clone this repository and install the dependencies:

```bash
git clone https://github.com/FrontendMasters/fullstack-app-next-starter.git
```

Change Directories

```bash
cd full-stack-app-next-starter
```

Install Dependencies

```bash
npm install
```

After installing the dependencies, run the development server:

```bash
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. You can now begin the [Course App Overview](https://frontendmasters.com/courses/fullstack-app-next/course-app-overview/) lesson.

You can also view the [completed project](https://github.com/Hendrixer/fullstack-music) for more information.