File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
> Manage your node projects from user interface
4
4
[ ![ Downloads] ( https://img.shields.io/npm/dm/nopalm.svg )] ( https://npmjs.com/nopalm )
5
- [ ![ Install size] ( https://packagephobia.now.sh /badge?p=nopalm )] ( https://packagephobia.now.sh /result?nopalm )
5
+ [ ![ Install size] ( https://packagephobia.com /badge?p=nopalm )] ( https://packagephobia.com /result?p= nopalm )
6
6
7
7
## RATIONALE
8
8
@@ -17,12 +17,13 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
17
17
18
18
## USAGE
19
19
20
- * Install the npm package globally and run the local server inside any node project directory / empty directory
20
+ * Install the npm package globally and run the it inside any node project directory / empty directory
21
21
``` shell
22
22
npm i -g nopalm
23
- cd /path/to/target_dir && nopalm
23
+ cd /path/to/target_dir
24
+ nopalm
24
25
```
25
- * Alternatively, use npx to save the trouble of installing as well . In an empty or node project directory, run
26
+ * Alternatively, use npx. In an empty or node project directory, run
26
27
``` shell
27
28
npx nopalm
28
29
```
@@ -46,7 +47,7 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo
46
47
* Run the react client
47
48
` ` ` shell
48
49
cd client
49
- npm run dev'
50
+ npm run dev
50
51
* Run the server in an existing node project directly without a script
51
52
` ` ` shell
52
53
cd /path/to/target_node_project
You can’t perform that action at this time.
0 commit comments