1.0.1 • Published 3 years ago

mw-npm-module v1.0.1

Weekly downloads
4
License
ISC
Repository
-
Last release
3 years ago
Mark Webley: test

Repo: https://github.com/front-end-developer/

About:

Nothing fancy just something experimental with node with typescript, & automated AWS CI / CD integration, custom node module for artifacts / registry.

I set up the template to load dependencies like boostrap etc as is, so that it can run locally when off line for some reason during development, but I could set it up optionally to run off a CDN.

Dependency:

Node version at least Node 12.9.0 to use Promise.allSettled.

usefulness:

npm run dev

npm run stop

npm run prod

npm run stop && npm run tsc && npm run dev

ROUTES:

http://localhost:3000

Github / AWS Integration

Alt text

Github / AWS automation on CI / CD

Alt text

NOTE:

when you install eslint with npx eslint --init

you have to use powershell, because the normal terminal will not allow you to select the options.