# Deploying a generated project via Now
[Zeit's now](https://zeit.co/now) allows to deploy node projects for free with a single command. Projects generated by Atmo generators are 'Now' deployable out of the box.

Take a look at the [getting started guide.](https://zeit.co/now#get-started)

#### 4 Easy steps of deployment

1. [Generate the code.](https://github.com/Raathigesh/Atmo/blob/master/docs/GeneratingProjectViaGenerators.md)
2. `npm install -g now`. [More on how to get started with 'Now.'](https://zeit.co/now#get-started) It's freaking easy.
3. Go into the 'project' folder where the generated code is.
4. execute `now` and all should be good.
