Skip to content

chipcop106/ElearningNextJs

Repository files navigation

Installation

Clone repo:

git clone https://github.com/chipcop106/ElearningNextJs.git
cd ElearningNextJs

Install the dependencies:

yarn install

or

npm install

Development Workflow

Start a live-reload development server:

yarn dev

or

npm run dev

Generate a production build:

yarn build

or

npm run build

Generate a static file:

yarn export

or

npm run export

About

E-learning course for internal training.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published