ayoub 61a71fd2d4 Auto commit for build : 7268 | il y a 1 an | |
---|---|---|
template | il y a 2 ans | |
README.md | il y a 2 ans | |
index.js | il y a 2 ans | |
package.json | il y a 1 an |
is a command line cli that will run build and init SweetApps
with devapp
command line you can create, build, start(dev mode) or test your app
To install the command line cli run :
npm install -g @d3v4pp/cli
Start your application from default template
devapp init Myapp
cd Myapp
devapp start
Build your app
devapp build
You can change the port and public path you want, by calling `devapp start -p 9090 -public "/v1"
param | description |
---|---|
-p, --port | the port you want to start on |
-public, --public | the port you want to start on |
You can change the public path you want, by calling `devapp build --public "/v1"
param | description |
---|---|
-public, --public | the port you want to start on |
The execution strategie dosent allow remoteSigned execution need to allow it
set ExecutionStrqtegie ....
if your using a mac make sure xcode is installed run
$ gcc -v
#if it propose to you to install xcode do it
No problem at all
devapp build