Example web app
An example SSR web app using:
Installation
- Install the latest Node.js and npm.
- Duplicate
.env.exampleas.envand configure. - Run
npm installin theappdirectory with Terminal. - Run
npm run devfor development, ornpm run build && npm startfor production.
Ensure your editor supports:
Requirements
See the package.json fields engines and browserslist.