https://github.com/azarattum/theframework
Web development made easy!
https://github.com/azarattum/theframework
Last synced: about 1 year ago
JSON representation
Web development made easy!
- Host: GitHub
- URL: https://github.com/azarattum/theframework
- Owner: Azarattum
- Created: 2020-03-18T18:33:38.000Z (over 6 years ago)
- Default Branch: base
- Last Pushed: 2023-10-17T03:44:27.000Z (over 2 years ago)
- Last Synced: 2025-01-30T23:30:33.482Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 2.54 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Framework [BASE]
Web development made easy!
This is **base** branch! Check out [**node**](https://github.com/Azarattum/TheFramework/tree/node) or [**browser**](https://github.com/Azarattum/TheFramework/tree/browser) for platform specific development.
## Features:
- Awesome tools - zero configuration!
- For Node & Browser!
- Event-driven!
- Lightweight!
### Usage:
Start developing now with our [exhaustive documentation](https://github.com/Azarattum/TheFramework/wiki)!
### Installation:
Install all the development dependencies:
```sh
npm install
```
### NPM Scripts:
| Script | Description |
| -------- | ------------------------------------------------------- |
| release | Creates a production build of the project |
| build | Builds the entire project with webpack |
| watch | Watches all file changes and rebuilds them if necessary |
| test | Runs all tests |
| coverage | Generates code test coverage report |