Skip to content

arrowwu/snowpack-ssr

Repository files navigation

Reactjs Server Side Rendering with Snowpack only

About The Project

By studying this app, you will gain some basic understanding of:

  • Snowpack dev server and its build process
  • Server side rendering using view template engine

For a thorough discussion, please read this article!

Run the dev server

  • npm install
  • npm run dev
  • go to localhost:3000

Run the production server

  • npm install
  • npm run build
  • npm run start
  • go to localhost:3000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published