An open API service indexing awesome lists of open source software.

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!

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 |