Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

260
Views
Trouble with running a react + next.js project

I'd like to fork this repository and run it on my local server: https://github.com/carbon-app/carbon.git

I am familiar with React but new to Next.js. The scripts in the package.json are specified as follows:

"scripts": {
    "dev": "next",
    "build": "next build",
    "start": "next start",

How can I run this as a React project using npm? I'm interested in the React part to recreate another app using this app's frontend. Please help me to run as a react project.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

first, you should install dependencies:

npm i

then run next js in development mode using:

npm run dev

for more details, visit Next.js docs

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!