Web application for 👨💻educational platform 💻"LEM". This app made with NextJS for better SEO and better experience with app. Server side of application: https://github.com/Algoritm211/lem-backend
This is a Next.js project bootstrapped with create-next-app
.
git clone https://github.com/Algoritm211/platform-lem.git
)npm install
to install all libraries (dependencies) of project.env.local
file in root directory of project, there set address of your backend4.Launch project with command
NEXT_PUBLIC_APP_URL=http://localhost:5000
npm run dev
or next dev
Open http://localhost:3000 with your browser to see the result.