whipo

1.0.4 • Public • Published

Whipo

Quickly whip up server side rendered web applications using express and template literals.

See the docs at whipo.alexlockhart.me.

Get started

nvm use 16
npm install whipo --global
whipo init my-app
cd my-app
npm install
npm start

Open localhost:5000

Other CLI Options

Option Alias Description Default
--service-worker --sw Include a service worker in the generated project false
--api-keys --ak Include a gitignored env file for api keys false

API Keys

If you need access to API keys, move the stub.env.js file to .env.js and fill this file with the keys. Then, import this file anywhere under src/server as shown below.

import env from '../../.env.js';

Support

Buy me a coffee

Patreon

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.4
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.4
    2
  • 1.0.3
    1

Package Sidebar

Install

npm i whipo

Weekly Downloads

3

Version

1.0.4

License

ISC

Unpacked Size

122 kB

Total Files

16

Last publish

Collaborators

  • alexlockhart