This is a Primate template app.
Clone this repository and run npm install
.
git clone https://github.com/primatejs/app && cd app && npm install
Run npm start
to start the server in development mode, disabling bundling.
Run npm run serve
to start the server in production mode with bundling
enabled.
MIT