Skip to content

This is a site with some basic generic features to minimize the amount of time it takes to start feature work.

License

Notifications You must be signed in to change notification settings

thirionlogan/site-startup

Repository files navigation

site-startup

Description

This is a site with some basic generic features to minimize the amount of time it takes to start feature work.

Setup

npm install             # To get things going (download all neccessary packages)

Avaliable npm scripts

npm run start           # Start the node js server
npm run dev             # Start the node js server with nodemon
npm run build           # Start webpack (build the bundle js file)
npm run lint            # Run eslint
npm run fix             # Fix all autofixable linting errors
npm run test            # Run all Jest tests
npm run killNodeWin     # Kill all node processes in Windows
npm run killNodeLinux   # Kill all node processes in Linux and Mac Os

About

This is a site with some basic generic features to minimize the amount of time it takes to start feature work.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published