Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ashgole/hello-world-next
- Owner: ashgole
- Created: 2024-06-16T03:56:18.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-16T04:11:40.000Z (7 months ago)
- Last Synced: 2024-12-06T04:16:41.219Z (about 1 month ago)
- Topics: css, html, javascript, nextjs, reactjs, tailwind-css, typescript
- Language: TypeScript
- Homepage:
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 setupnpm i -g create-next-app
npm create-next-app@latestcd hello-world-app
npm i
npm run dev
```