0.28.3 • Published 6 years ago

xan v0.28.3

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

xan

Generate and run a xander application, without managing build defaults.

Defaults

This project has 2 parts:

  1. web server with hot module reload.
  2. metalsmith/webpack generate public folder.

QuickStart

npm install --g xan
xan new my-app
cd my-app
npm i
xan server
xan build

License

MIT