# Create Expressful App
> Create [Expressful](https://github.com/jeroenransijn/expressful/) websites with no build configuration.

```
$ npm install -g create-expressful-app

$ create-expressful-app my-app
$ cd my-app/
$ npm start
```

[Learn more about Expressful](https://github.com/jeroenransijn/expressful/)
