Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dangvanthanh/create-web-app

Create Web App
https://github.com/dangvanthanh/create-web-app

babel coffeescript create-web-app less nunjucks postcss pug rollup sass typescript

Last synced: 2 months ago
JSON representation

Create Web App

Awesome Lists containing this project

README

        

# Create Web App

> The easiest way to create a web application with server-side rendering

![](screenshot.png)

## Overview

```
$ npm install -g create-web-app

$ cwa my-app
$ cd my-app
$ npm run dev
```

## Support

### HTML
- [Nunjucks](https://mozilla.github.io/nunjucks/)
- [Pug](https://pugjs.org/)

### CSS Preprocessor
- [PostCSS](http://postcss.org/)
- [Sass](http://sass-lang.com/)
- [Less](http://lesscss.org/)

### JavaScript
- [Babel](https://babeljs.io/)
- [TypeScript](https://www.typescriptlang.org)
- [CoffeeScript](http://coffeescript.org/)