From f2135086a7ae224184a560a50efc83275e751ce0 Mon Sep 17 00:00:00 2001 From: Farnabaz Date: Mon, 20 Jul 2020 15:59:57 +0430 Subject: [PATCH] docs: add demo --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 1800545..5b821a3 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,7 @@ > [ExpressJS](http://expressjs.com/) + [Nuxt.js](https://nuxtjs.org) = :zap: -## Live Demo - -[https://express.nuxtjs.org](https://express.nuxtjs.org) +Live Demo: [https://codesandbox.io/s/github/nuxt-community/express-template/tree/demo](https://codesandbox.io/s/github/nuxt-community/express-template/tree/demo) ## Installation @@ -34,10 +32,6 @@ npm install # or yarn install | npm run build | Build the nuxt.js web application for production. | | npm start | Start ExpressJS server in production. | -## Backpack - -We use [backpack](https://github.com/palmerhq/backpack) to watch and build the application, so you can use the latest ES6 features (module syntax, async/await, etc.). - ## Examples - [Handling Protected SSR Routes](https://github.com/nuxt/express/blob/master/protected-ssr-api.md)