rsnext/examples/with-noscript
Joe Haddad 18a9c7e371
Improve linting rules to catch more errors (#9374)
* Update `packages/`

* Update examples

* Update tests

* Update bench

* Update top level files

* Fix build

* trigger
2019-11-10 19:24:53 -08:00
..
components Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
pages Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
package.json Simplify with-noscript example (#9094) 2019-10-16 12:36:40 +02:00
README.md Replace the deprecated Create Next App URL (#9032) 2019-10-10 23:34:14 -04:00

Noscript example

How to use

Using create-next-app

Execute create-next-app with Yarn or npx to bootstrap the example:

npx create-next-app --example with-noscript with-noscript-app
# or
yarn create next-app --example with-noscript with-noscript-app

Download manually

Download the example:

Development

Install it and run:

npm

npm install
npm run dev
# or
yarn
yarn dev

yarn

yarn install
yarn run dev

Production

npm

npm install
npm run build
npm start

yarn

yarn install
yarn run build
yarn start

Deploy it to the cloud with now (download)

now

About example

This example show you how to use <noscript></noscript> with image resource in next.js