Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/primatejs/app
Primate template app
https://github.com/primatejs/app
example javascript nodejs primate
Last synced: about 2 months ago
JSON representation
Primate template app
- Host: GitHub
- URL: https://github.com/primatejs/app
- Owner: primatejs
- License: mit
- Created: 2022-04-17T14:02:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T23:04:08.000Z (5 months ago)
- Last Synced: 2024-08-27T01:14:01.727Z (4 months ago)
- Topics: example, javascript, nodejs, primate
- Language: JavaScript
- Homepage: https://primatejs.com
- Size: 161 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Primate template app
This is a [Primate][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
[primate]: https://github.com/primatejs/primate