betterlyearn2

1.0.0 • Public • Published

React frontend - Lyearn

Viewing this file

ctrl-shift-m

Getting Started

npm install

run

npm start
npm run dev:verbose  #source-map debugging

lint check

npm run lint

build

npm run build

test build

npm install -g http-server
http-server dist

Directory structure

.

├─── app/
│    ├─── components/
│    │    ├─── response/
│    │    ├─── Comments.js
│    │    ├─── InheritenceTab.js
│    │    ├─── InviteUsers.js
│    │    ├─── ModifyRelation.js
│    │    ├─── Navbar.js
│    │    ├─── Search.js
│    │    ├─── Squeezebar.js
│    │    ├─── UserInfo.js
│    ├─── helper/
│    ├─── queries/
│    ├─── views/
│    │    ├─── courses/
│    │    ├─── discussions/
│    │    ├─── learners/
│    │    ├─── lessons/
│    │    ├─── response/
│    │    ├─── overview/
│    │    ├─── performanceCourse/
│    │    └─── profileLearners/
│    ├─── index.js
│    ├─── routes.js
│    │
│    └───
├─── dist/
├─── node_modules/
├─── index.html
└───

Readme

Keywords

none

Package Sidebar

Install

npm i betterlyearn2

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

18 MB

Total Files

3728

Last publish

Collaborators

  • lyearn-team