Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chasenlehara/donejs-example.com
https://github.com/chasenlehara/donejs-example.com
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/chasenlehara/donejs-example.com
- Owner: chasenlehara
- License: mit
- Created: 2017-04-05T04:37:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T08:59:04.000Z (2 months ago)
- Last Synced: 2024-09-12T19:44:17.751Z (2 months ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# example.com
Welcome to the example.com DoneJS application!
## Getting started
To install all dependencies, (e.g. after cloning it from a Git repository) run
```
npm install donejs -g
npm install
```## Running tests
Tests can be run with
```
donejs test
```## Development mode
Development mode can be started with
```
donejs develop
```## Build and production mode
To build the application into a production bundle run
```
donejs build
```In Unix environment the production application can be started like this:
```
NODE_ENV=production npm start
```