Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enactjs/samples
Samples applications demonstrating the features and style of Enact
https://github.com/enactjs/samples
Last synced: about 1 month ago
JSON representation
Samples applications demonstrating the features and style of Enact
- Host: GitHub
- URL: https://github.com/enactjs/samples
- Owner: enactjs
- License: apache-2.0
- Created: 2016-12-28T20:00:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T03:40:38.000Z (8 months ago)
- Last Synced: 2024-05-23T04:54:31.000Z (8 months ago)
- Language: JavaScript
- Size: 10.1 MB
- Stars: 19
- Watchers: 100
- Forks: 11
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Enact Samples
Sample applications demonstrating the features and style of Enact## Prerequisites
Before using the samples, the Enact command line tool must be installed globally. Use the following command to install it:
```sh
npm install -g @enact/cli
```> Note: On Linux, it may be necessary to use `sudo` with the preceding command.
## Using the Samples
Each directory contains a sample Enact application demonstrating a particular concept or component. To run a sample, `cd` into the appropriate directory and then install the needed dependencies:
```sh
npm install
```To build the sample and start a local web server, use the `serve` command:
```sh
npm run serve
```## The All Samples App
All samples may be accessed from a single app in the `enact-all-samples` directory. A list of samples is presented and individual samples may be run by clicking on a specific item. To return to the menu, hover the pointer near the upper right corner to reveal a hidden button.
## Copyright and License Information
Unless otherwise specified, all content, including all source code files and documentation files in this repository are:
Copyright (c) 2012-2022 LG Electronics
Unless otherwise specified or set forth in the NOTICE file, all content, including all source code files and documentation files in this repository are: Licensed under the Apache License, Version 2.0 (the "License"); you may not use this content except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.