Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fibo/npm-start-command

creates a file you can double click to launch npm start
https://github.com/fibo/npm-start-command

designerds development npm

Last synced: 2 months ago
JSON representation

creates a file you can double click to launch npm start

Awesome Lists containing this project

README

        

# npm-start-command

> creates a file you can double click to launch npm start

[Usage](#usage) |
[License](#license)


## Usage

Assumptions:

0. You *are a* (or *work with a*) designer who want to launch a server to develop cool webapps.
1. You have [Node.js](https://nodejs.org/en/) installed.
2. Your working folder contains a [package.json](https://docs.npmjs.com/files/package.json). If there is no *package.json* yet, you can create it with `npm init -y`.
3. Your *package.json* contains a `start` script

Install command with

```bash
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](http://g14n.info/mit-license/)

OS icons provided by icons8.