Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beace/trust-scripts-template
trust-scripts template
https://github.com/beace/trust-scripts-template
react trust-scripts webpack
Last synced: 15 days ago
JSON representation
trust-scripts template
- Host: GitHub
- URL: https://github.com/beace/trust-scripts-template
- Owner: Beace
- License: mit
- Created: 2019-06-24T13:08:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T14:27:13.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T20:56:51.912Z (over 1 year ago)
- Topics: react, trust-scripts, webpack
- Language: CSS
- Homepage: https://beacelee.com/trust-scripts-template/
- Size: 2.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# trust-script-template ![](https://github.com/BeAce/trust-scripts-template/workflows/CI/badge.svg)
The simple template for [trust-script](https://gitlab.com/BeAce/trust-scripts).
## Show Case
### Demo website
See [trust-scripts-template](https://beacelee.com/trust-scripts-template/).### Demo video
[trust-scripts-template](https://v.youku.com/v_show/id_XNDI0MTYxNTI1Mg==.html?spm=a2h3j.8428770.3416059.1)## Development
```sh
npm install
npm start
```## Production
```sh
npm run build
```