You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Open** is a **free React landing page template built with Tailwind CSS** for developers/makers who want to create a quick and professional landing page for their open source projects, SaaS products, online services, and more.
6
6
7
7
Use it for whatever you want, and be sure to reach us out on [Twitter](https://twitter.com/Cruip_com) if you build anything cool/useful with it.
8
8
9
9
Created and maintained with ❤️ by [Cruip.com](https://cruip.com).
10
10
11
-
*The previous version built with the Cruip CSS is available [here](https://github.com/cruip/open-react-template/releases/tag/1.0.0).*
11
+
*Version 1.0.0 built with the Cruip CSS is available [here](https://github.com/cruip/open-react-template/releases/tag/1.0.0).*
12
+
*Version 2.0.3 built with Tailwind CSS and React + Vite is available [here](https://github.com/cruip/open-react-template/releases/tag/2.0.3).*
12
13
13
14
## Live demo
14
15
@@ -18,43 +19,50 @@ Check the live demo here 👉️ [https://open.cruip.com/](https://open.cruip.co
This project was bootstrapped with [Vite](https://vitejs.dev/).
24
+
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
37
25
38
-
### Project setup
39
-
```
40
-
npm install
41
-
```
26
+
### Getting Started
42
27
43
-
#### Compiles and hot-reloads for development
44
-
```
28
+
First, run the development server:
29
+
30
+
```bash
45
31
npm run dev
32
+
# or
33
+
yarn dev
34
+
# or
35
+
pnpm dev
46
36
```
47
37
48
-
#### Compiles and minifies for production
49
-
```
50
-
npm run build
51
-
```
38
+
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
39
+
40
+
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
41
+
42
+
[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`.
43
+
44
+
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.
45
+
46
+
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
47
+
48
+
### Learn More
49
+
50
+
To learn more about Next.js, take a look at the following resources:
51
+
52
+
-[Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
53
+
-[Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
54
+
55
+
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
56
+
57
+
### Deploy on Vercel
58
+
59
+
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
60
+
61
+
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
52
62
53
-
#### Customize configuration
54
-
See [Configuration Reference](https://vitejs.dev/guide/).
55
63
56
64
### Support notes
57
-
We are shipping our templates with a very basic React configuration to let you quickly get into the development process, but we don't discourage you from using any other configuration or framework built on the top of React. So, please note that any request dealing with React (e.g. extra features, customisations, et cetera) is to be considered out of the support scope.
65
+
This template has been developed with the App Router (`app`) and React Server Components. If you’re unfamiliar with these beta features, you can find more information about them on the Next.js beta documentation page. So, please note that any request dealing with React (e.g. extra features, customisations, et cetera) is to be considered out of the support scope.
58
66
59
67
For more information about what support covers, please see our (FAQs)[https://cruip.com/faq/].
I agree to be contacted by Open PRO about this offer as per the Open PRO <Linkhref="#"className="underline text-gray-400 hover:text-gray-200 hover:no-underline transition duration-150 ease-in-out">Privacy Policy</Link>.
0 commit comments