Skip to content

primatejs/app

Repository files navigation

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