Skip to content

aricrepp/NextJS-frontend

Repository files navigation

Getting Started

First, install all dependancies:

npm install

Then, setup a .env.local file in the root of your project

In the .env.local file, be sure to include the variable and the Path:Port which your backend is running. For example:

NEXT_PUBLIC_API_BASE_URL=http://localhost:3000

nooro-todo-frontend
├── node_modules/
│     ├── subfolders
├── public/
│     ├── subfolders
├── src/
│     ├── subfolders
├── .env.local <--- This file
├── .gitignore
├── next.config.ts
├── package.json
├── tsconfig.json
├── tailwind.config.js/ts
└── README.md

Next, run the development server:

npm run dev

Lastly, open the app

Open http://localhost:3000 with your browser to see the app.

About

NextJS frontend for portfolio, utilizing NextJS-backend in AWS EC2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •