Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Commit 0332b45

Browse files
authored
Update README.md
1 parent 6eb96b8 commit 0332b45

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,19 @@ You can see it running here: https://javascriptobfuscator.herokuapp.com
1212

1313
## Running it
1414

15+
Building the react project:
1516
```sh
17+
$ yarn # or npm install
18+
$ npm run updatesemantic
1619
$ npm run webpack:dev
1720
```
1821

22+
Running the express server:
23+
```sh
24+
$ node server.js
25+
```
26+
The server runs on http://localhost:3000/
27+
1928
## License
2029

2130
Copyright (C) 2016 Tiago Serafim

0 commit comments

Comments
 (0)