Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fictoan/next-boilerplate
A nice little starter project in React to hit the ground running with FICTOAN.
https://github.com/fictoan/next-boilerplate
Last synced: about 2 months ago
JSON representation
A nice little starter project in React to hit the ground running with FICTOAN.
- Host: GitHub
- URL: https://github.com/fictoan/next-boilerplate
- Owner: fictoan
- Created: 2020-06-26T12:15:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T10:29:30.000Z (about 2 months ago)
- Last Synced: 2024-11-18T11:53:58.157Z (about 2 months ago)
- Language: TypeScript
- Size: 967 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Fictoan boilerplate for React
### Getting Started
First, run the development server:
```bash
pnpm i && pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
---
### Learn More
- [Fictoan Docs](https://fictoan.io/) - Everything you need to know about Fictoan
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!