DEV Community

Cover image for React Next Starter using server-rendered  with Next.js and Express.js
RetiFier
RetiFier

Posted on

React Next Starter using server-rendered with Next.js and Express.js

This template contain Configuration for Next Project using server-rendered with Express JS.

GitHub logo RetiFier / react-next-starter

React Next Starter using server-rendered with Next.js and Express.js

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, Install the Node Module

npm i
Change env.example to .env

Run the development server:

npm run dev
# or
yarn dev

Open http://localhost:PORT with your browser to see the result. Can change the port number in .env File You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!






Feel Free to Contribute this project.

Top comments (0)