Start a production server

January 11, 2018 ยท View on GitHub

OSS Ninja

Dynamically generated licenses for your projects.

Let's get rid of LICENSE.txt ๐Ÿ˜ƒ

Examples

Hack on this repo locally:

# install dependencies
npm install

# Start up a live-reloading server at http://localhost:8080
npm run dev

# Create an optimized production build
npm run build

# Start a production server
npm run serve

This project is built with preact-cli. For a detailed explanation of how things work, check out the preact-cli readme.

License

MIT