/front-true

Primary LanguageTypeScript

This is a Next.js project

Getting Started

First, install the project dependence:

npm i

Second, run the development server:

npm run dev

Open http://localhost:8080 with your browser to see the result.

This project is connected to a remote server, if you want to change the server you can change the remote host in the /context/userContext.tsx file

Deploy

If you want to deploy the static project page somewhere you can run

npm run build:export

and upload /out folder in your preferred host