lwz7512 / next-learn-demo

Restructure version of official next-learn-demo with yarn workspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nextjs.org/learn demo content

This repository is meant to be used with the Next.js tutorial on https://nextjs.org/learn.

Restructured with yarn workspace

@2019/11/03

Move all the projects into packages folder as each workspace, and reuse the node modules under the root folder, thus, remove the repeated modules installation.

Installation

$ git clone https://github.com/lwz7512/next-learn-demo.git
$ cd next-learn-demo
$ yarn

Start each workspace server

to run the each workspace under packages, stay in the next-learn-demo directory, execute the following commands, when run the next workspace, stop the running workspace first by ctrl+c:

$ yarn run dev1
$ yarn run dev2
$ yarn run dev3
$ yarn run dev4
$ yarn run dev6
$ yarn run dev7
$ yarn run dev8

and so on...

When additional module requried in nextjs tutorial, just install it under the next-learn-demo directory, no need to enter the project folder every time.

About

Restructure version of official next-learn-demo with yarn workspace


Languages

Language:JavaScript 100.0%