1.0.1 • Published 4 years ago

npm-start-command v1.0.1

Weekly downloads
141
License
MIT
Repository
github
Last release
4 years ago

npm-start-command

creates a file you can double click to launch npm start

Usage | License

Usage

Assumptions:

  1. You are a (or work with a) designer who want to launch a server to develop cool webapps.
  2. You have Node.js installed.
  3. Your working folder contains a package.json. If there is no package.json yet, you can create it with npm init -y.
  4. Your package.json contains a start script

Install command with

npm install npm-start-command --save-dev

This will create two files:

  • _MacOS.npm-start.command
  • _Windows.npm-start.bat

MacOS

Click on file _MacOS.npm-start.command , your development server will be launched.

Windows

Click on file _Windows.npm-start.bat , your development server will be launched.

License

MIT

OS icons provided by icons8.

1.0.1

4 years ago

1.0.0

5 years ago

0.2.1

5 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago