An example SSR web app using:
- Install the latest Node.js and npm.
- Duplicate
.env.example
as.env
and configure. - Run
npm install
in theapp
directory with Terminal. - Run
npm run dev
for development, ornpm run build && npm start
for production.
Ensure your editor supports:
See the package.json
fields engines
and browserslist
.