Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ashgole/hello-world-next

Thiis boiler plate for nextjs hello world app.
https://github.com/ashgole/hello-world-next

css html javascript nextjs reactjs tailwind-css typescript

Last synced: about 1 month ago
JSON representation

Thiis boiler plate for nextjs hello world app.

Awesome Lists containing this project

README

        


We offer freelance web development using ReactJS, ThreeJS and NodeJS. ( MERN )

# Hello world nextJS App

## Tags

`frontend` - `Reactjs` `tailwindcss` `react-router-dom` `nextjs` `typecript`

## Screenshots

![Homepage 1](https://github.com/ashgole/hello-world-next/blob/main/public/screenshots/0.png)

```
next setup

npm i -g create-next-app
npm create-next-app@latest

cd hello-world-app
npm i
npm run dev
```