Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 464 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 464 Bytes

Primate template app

This is a Primate template app.

Install

Clone this repository and run npm install.

git clone https://github.com/primatejs/app && cd app && npm install

Run

Development

Run npm start to start the server in development mode, disabling bundling.

Production

Run npm run serve to start the server in production mode with bundling enabled.

License

MIT