kimsible / tinyshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tinyshop

Development

Install dependencies

npm install

Watch tests

npx ava -v -w <DIRECTORY>

Lint code

npx standard -v

Git hooks

Husky formats code and runs tests for staged-files on pre-commit.

Start app

Development mode
node server
Build for production
npm run build
Production mode
npm start

About

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 82.5%Language:Shell 17.5%