waw is the open-source web, mobile and desktop app development framework that makes it easy building efficient and scalable applications
Getting Started
Framework installation which require node.js
npm i -g waw
Verify waw is installed and check waw version
waw version
Create new waw project
waw new
To update waw framework and global modules
waw update
To start project with nodemon
waw
To start project with pm2
waw start
Popular Modules
Part | Description | Issues | Forks | Stars | License |
---|---|---|---|---|---|
Core |
Core waw functionalities for handling project | ||||
SEM |
Sockets, Express and Mongodb tech stack | ||||
Angular |
waw module to support Angular clinet | ||||
Vue |
waw module to support Vue clinet | ||||
React |
waw module to support React clinet | ||||
Template |
Server Side Render for crawlers |
Popular Projects
Part | Description | Issues | Forks | Stars | License |
---|---|---|---|---|---|
CSS |
Flexible CSS structure based on SCSS code. With a lot of premade templates and components with semantic, readable, and completely customizable code pieces. | ||||
Angular |
Default Angular project with basic structure and wacom module. | ||||
Template |
Default Template project with basic structure. | ||||
Server |
Default waw Server project with basic structure. | ||||
Server with Angular and Template |
Platform build with waw Angular, Server and Template. | ||||
Server with React and Template |
Platform build with waw React, Server and Template. |
Contributing
Thanks for your interest in contributing! Read up on our guidelines for contributing and then look through our issues with a help wanted label.