/preact-app

Primary LanguageTypeScript

Universal Preact

Another attempt at getting a reasonable universal rendering app

Development

This compiles the client and the server as well as spinning up the express server at localhost:3000

$ yarn build:check

with npm

$ npm run build:check