Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/eduardozepeda/nextjspractica
- Owner: EduardoZepeda
- Created: 2020-09-04T17:42:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-15T16:36:56.000Z (over 2 years ago)
- Last Synced: 2024-04-24T10:59:08.533Z (7 months ago)
- Topics: coffee, nextjs, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://nextjs-practice-mauve.vercel.app
- Size: 618 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.MD
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
```
## DocumentationPlease visit [nextjs docs](https://nextjs.org/docs/getting-started) for full documentation