https://github.com/donejs/portal-ssr
Portals working in ssr
https://github.com/donejs/portal-ssr
Last synced: 3 months ago
JSON representation
Portals working in ssr
- Host: GitHub
- URL: https://github.com/donejs/portal-ssr
- Owner: donejs
- License: isc
- Created: 2018-12-19T15:49:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-20T16:50:51.000Z (almost 6 years ago)
- Last Synced: 2024-12-31T22:28:55.141Z (5 months ago)
- Language: JavaScript
- Size: 352 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# portal-ssr
Welcome to the portal-ssr 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
```