0.0.2 • Published 4 years ago
nextia-serverless v0.0.2
nextia-serverless
Create fast serverless application :)
- webpack
- babel
- nodejs
- debug (node --inspect)
- i18n
- Build environment (develop, beta and master)
- Gitlab CI/CD
To start
npm -g i nextia-serverlessCreate web project
nextia-serverless api
# or
npx nextia-serverless api
cd api
npm i
npm run now # start web application
npm start # with git branch developnextia ports
| name | port |
|---|---|
| api | 4000 |
| api... | 400... |
| - | - |
| webpage | 3000 |
| login | 3001 |
| portal | 3002 |
| app | 3003 |
| sandbox | 3004 |
| webpage... | 300... |
| - | - |
| landingpages... | 200... |
| brochures.... | 200... |