File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
packages/documentation/src/guides Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ Create an accessible React application with the
13
13
application
14
14
- [ Creating a new app] ( https://react-md.dev/guides/creating-a-new-app ) - How to
15
15
create a new app with react-md
16
+ - [ Using a GitHub template] ( https://github.com/mlaursen/template-rmd ) - Create a
17
+ new repo from a GitHub template including reasonable react-md defaults and
18
+ Next.js.
16
19
- [ Examples with Build Tools] ( ./examples ) - View and download examples of using
17
20
ReactMD with build tools such as [ create-react-app] , [ Next.js] , and [ Gatsby]
18
21
- [ Working from v1] ( https://react-md.dev/guides/working-with-v1 ) - How to use
Original file line number Diff line number Diff line change @@ -4,13 +4,16 @@ This guide will help you create a new app with `react-md` along with
4
4
[ create-react-app] as the project bootstrapper. The basic requirements for
5
5
continuing are:
6
6
7
- - [ node] installed with at least version ` 10 ` to make things simple
7
+ - [ node] installed with at least version ` 14 ` to make things simple
8
8
- [ yarn] or [ npm]
9
9
- experience in React
10
10
11
- > You can also check out the
12
- > [ GitHub examples folder] ( {{GITHUB_URL}}/tree/main/examples ) to see completed
13
- > examples and other build tools such as [ Next.js] ( https://nextjs.org/ ) .
11
+ > If you want to get started immediately, you can view the
12
+ > [ GitHub examples folder] ( {{GITHUB_URL}}/tree/main/examples ) which outlines
13
+ > quick ways to spin up a new project with different build tools. Another
14
+ > alternative is using the
15
+ > [ react-md GitHub template] ( https://github.com/mlaursen/template-rmd ) to
16
+ > bootstrap a new repo with Next.js and some reasonable defaults.
14
17
15
18
## Bootstrapping a new Project
16
19
You can’t perform that action at this time.
0 commit comments