https://github.com/donejs/donejs-amplify-example-project
https://github.com/donejs/donejs-amplify-example-project
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/donejs/donejs-amplify-example-project
- Owner: donejs
- License: mit
- Created: 2018-06-21T12:31:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-20T16:42:17.000Z (almost 6 years ago)
- Last Synced: 2024-12-31T22:29:11.177Z (5 months ago)
- Language: JavaScript
- Size: 193 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# donejs-amplify
Welcome to the donejs-amplify 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
```