Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 998 Bytes

README.md

File metadata and controls

39 lines (31 loc) · 998 Bytes

Gitcourse

A front framework which can present courses made by repositories.

Here is a sample as well as a guide to this project: gitcourse-guide

Before start

This project relies on bash.

For windows uses, you need to install WSL first.

1、Install npm

For ubuntu users(include WSL):

apt-get install nodejs npm

For macos users:

brew install nodejs npm

2、Install yarn & webpack

npm install yarn webpack -g

3、Install project packages

cd gitcourse
yarn install

4、Start a webpack-server

npm run start

Now you can access the gitcourse on localhost.