This website works better with JavaScript.
Home
Help
Register
Sign In
serkus
/
webportClient
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Browse Source
add Makefile for run und build clirent
master
serkus
5 months ago
parent
79117723ed
commit
a2e1b6f9b0
1 changed files
with
9 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
9
Makefile
9
Makefile
View File
@ -0,0 +1,9 @@
#!/bin/bash
run
:
npm install
&&
mpm start
build
:
npm install
&&
npm build
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
serkus/webportClient
Title
Body
Create Issue