Skip to content

Commit 1b165f2

Browse files
DalSoftDarran
authored andcommitted
Update README.md
1 parent af30577 commit 1b165f2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Slightly opinionated React boilerplate using Create React App with React 18, Web
66

77
## Prerequisites
88

9-
* Node 14.0.0 or later version
9+
* Node 18.x.x or later version
1010
* Yarn classic 1.22.5 or 2.x.x preferred
1111

1212
## Webpack 5 / Module Federation
@@ -25,6 +25,12 @@ See the official [Module Federation](https://github.com/module-federation/module
2525

2626
Webpack Module Federation [documentation](https://webpack.js.org/concepts/module-federation/).
2727

28+
## Using this template
29+
30+
You can download or clone this repo as you normally would, or better still use the [GitHub CLI](https://cli.github.com/) to create a repo using this template (with a clean history).
31+
32+
### `gh repo create myrepo --template Dalsoft/create-react-app-webpack-5-module-federation-tailwind-typeScript`
33+
2834
## Getting Started
2935

3036
Same as Create React App, but as the template contains a Module Federation example you will need to run `yarn start` for both App1 and App2

0 commit comments

Comments
 (0)