This package has been deprecated

Author message:

abandoned

exact-template

0.0.30 • Public • Published

This is a starter template for an isomorphic multipage Node/Express/React app. It would normally be used via the create-exact-app generator:

npx create-exact-app <app-name>

But you may also want to use this directly, either by cloning the Github repo, or by running the template with npx:

npx exact-template
http://localhost:3000 in a browser

You can see this template in running in its virgin state here:

https://exact.royalbarrel.com

Which is literally just running this script in a nightly cron job:

kill -9 `cat pid.txt`
nohup npx exact-template > my.log 2>&1 &
echo $! > pid.txt

Dependents (1)

Package Sidebar

Install

npm i exact-template

Weekly Downloads

2

Version

0.0.30

License

MIT

Unpacked Size

381 kB

Total Files

61

Last publish

Collaborators

  • portersi