Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eduardozepeda/nextjspractica

A small project about coffee using Nextjs. It uses Tailwindcss and Typescript.
https://github.com/eduardozepeda/nextjspractica

coffee nextjs react tailwindcss typescript

Last synced: about 6 hours ago
JSON representation

A small project about coffee using Nextjs. It uses Tailwindcss and Typescript.

Awesome Lists containing this project

README

        

# Nextjs Practice

This is a small project to practice [Nextjs](https://nextjs.org/). It uses [Tailwindcss](https://tailwindcss.com/) and [typescript](https://www.typescriptlang.org/)

You can see the project running [here](https://nextjs-practice-mauve.vercel.app/)

## Installation instructions

### Clone the project

```Shell
git clone https://github.com/EduardoZepeda/nextjsPractica.git
cd nextjsPractica/
```

### Install dependencies

Install the development dependencies

```Shell
npm install
```

### Run the development server

```Shell
npm run dev
```

### Build the project

```Shell
npm run build
```

### Run the build project

You have to build the project first.

```Shell
npm run start
```
## Documentation

Please visit [nextjs docs](https://nextjs.org/docs/getting-started) for full documentation