1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/examples/with-react-helmet
Alexander Ryzhikov d10d80ce3c Fix react-helmet example missing initial props (#1598)
* Fix react-helmet example missing initial props

* Fix semicolon
2017-04-03 09:51:26 +05:30
..
pages Fix react-helmet example missing initial props (#1598) 2017-04-03 09:51:26 +05:30
package.json Use latest version of Next for all examples (#1597) 2017-04-03 09:46:35 +05:30
README.md An example with react-helmet (#1264) 2017-03-15 15:23:42 +01:00

react-helmet example

How to use

Download the example or clone the repo:

curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-react-helmet
cd with-react-helmet

Install it and run:

npm install
npm run dev

Or alternatively:

yarn
yarn run dev

Deploy it to the cloud with now (download)

now

Notes

This an minimalistic example of how to combine next.js and react-helmet. The title of the page shall be changed to "Hello next.js!" The rest is all up to you.