Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ali322/frontend-skeleton
frontend skeleton
https://github.com/ali322/frontend-skeleton
Last synced: 17 days ago
JSON representation
frontend skeleton
- Host: GitHub
- URL: https://github.com/ali322/frontend-skeleton
- Owner: ali322
- Created: 2020-04-28T07:44:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:31:07.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T09:14:45.549Z (about 1 month ago)
- Language: JavaScript
- Size: 2.01 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Frontend Skeleton
===fundamental skeleton of frontend project
## development
```bash
npm start
```## build
```bash
npm run build
```## test
```bash
npm test
```## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)