2.0.0 • Published 3 years ago

1host-next v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

1host-next - The next version of 1host

Get started

Install 1host

npm install -g @1hostjs/hosting

Add 1host by adding a new script in package.json

"scripts": {
  "start": "1host"
}

Create a 1host.config.js

module.exports = {
  modules: [],
  port: 3000,
};
2.0.0

3 years ago