Example web app
An example SSR web app using:
Setup
- 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:
- EditorConfig.
- ESLint, respecting
package.jsonconfig.
Support
See package.json engines and browserslist.