app-skeleton

A customized project skeleton for NodeJS

Usage no npm install needed!

<script type="module">
  import appSkeleton from 'https://cdn.skypack.dev/app-skeleton';
</script>

README

node-app-skeleton

NPM Version Build Status

Johanna's skeleton for NodeJS applications

Install

git clone https://github.com/johannawren/node-skeleton
mv node-skeleton <YOUR_PROJECT_NAME>
cd <YOUR_PROJECT_NAME>
git checkout stable
rm -rf .git
git init
npm install

or

wget https://github.com/johannawren/node-skeleton/archive/stable.zip
unzip stable.zip
mv node-skeleton-stable <YOUR_PROJECT_NAME>
cd <YOUR_PROJECT_NAME>
git init
npm install

Usage

In progess

Advanced usage

In progess

Known incompatibilities

None