项目作者: Algoritm211

项目描述 :
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
高级语言: JavaScript
项目地址: git://github.com/Algoritm211/platform-lem.git
创建时间: 2021-05-16T21:42:30Z
项目社区:https://github.com/Algoritm211/platform-lem

开源协议:

下载


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

Run app on your machine

  1. Clone app to your computer (git clone https://github.com/Algoritm211/platform-lem.git)
  2. Run npm install to install all libraries (dependencies) of project
  3. Make .env.local file in root directory of project, there set address of your backend
    example:
    1. NEXT_PUBLIC_APP_URL=http://localhost:5000
    4.Launch project with command npm run dev or next dev

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