Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fibo/npm-start-command
- Owner: fibo
- License: mit
- Created: 2017-01-19T09:49:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T11:08:34.000Z (almost 5 years ago)
- Last Synced: 2024-11-22T21:48:27.704Z (3 months ago)
- Topics: designerds, development, npm
- Language: JavaScript
- Homepage: https://fibo.github.io/npm-start-command
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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` scriptInstall 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.