这是indexloc提供的服务,不要输入任何密码
Skip to content

yysun/apprun-ssr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppRun - Server Side Rendering

AppRun is isomorphic/universal. AppRun components can render on the client-side, as well as on the server-side using the AppRun server-side view engine.

In this SSR AppRun application example, there are:

  • The express.js server application (server.ts),
  • The site layout (components/layout.tsx),
  • The AppRun components (components/*.tsx)
  • The client-side application (/public/spa.js).

You can run the application on @glitch, https://apprun-ssr.glitch.me

To develop and build the application

  • Use npm start to start the server
  • Use npm run build to build for production

Have fun.

(C) Copyright, Yiyi Sun

About

AppRun server-side rendering example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published