This project was bootstrapped with Frontity.
npx frontity dev
npx frontity build
Builds the app for production to the build
folder.
Your app is ready to be deployed.
Get more info about Frontity's architecture
With the files generated in the build you can deploy your project
Use npx frontity serve
to run it like a normal Node app.
This command generates (and runs) a small web server that uses the generated server.js
and /static
to serve your content
Upload your static
folder to a CDN and your server.js
file to a serverless service, like Now or Netlify.