New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

exact-template

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exact-template

Boilerplate for isomorphic multipage Node/Express/React app

latest
Source
npmnpm
Version
0.0.30
Version published
Maintainers
1
Created
Source

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

Keywords

isomorphic

FAQs

Package last updated on 13 Jun 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts