Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dangvanthanh/create-web-app
- Owner: dangvanthanh
- License: mit
- Created: 2017-05-07T11:27:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T06:37:08.000Z (over 1 year ago)
- Last Synced: 2024-09-28T02:40:45.997Z (3 months ago)
- Topics: babel, coffeescript, create-web-app, less, nunjucks, postcss, pug, rollup, sass, typescript
- Language: JavaScript
- Homepage:
- Size: 209 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)