Self Hosting

Remastered can be used as any Node.js server. You can host it on any platform. Heroku, DigitalOcean, AWS, you name it.

Once you have your projects working locally, you can hit the build command:

$ remastered build

And then serve it:

$ remastered serve

And that's it! You're good to go!

Tips and Tricks

Add npm scripts

It is much preferred to add the following scripts to your package.json, so other contributors and deployment targets will be able to build your projects easily:

{
  "scripts": {
    "build": "remastered build",
    "start": "remastered serve"
  }
}

This page was generated with Remastered v0.1.34 at

Wanna talk? Feel free to tweet at @galstar.