https://github.com/shelldandy/sass-converter
my first complete app
https://github.com/shelldandy/sass-converter
Last synced: 11 months ago
JSON representation
my first complete app
- Host: GitHub
- URL: https://github.com/shelldandy/sass-converter
- Owner: shelldandy
- License: mit
- Created: 2016-09-04T19:36:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-06T04:18:21.000Z (over 9 years ago)
- Last Synced: 2025-01-14T23:06:38.298Z (about 1 year ago)
- Language: CSS
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Sass Converter
My first real attempt at making a full app using the MEAN Stack.
## The basic (development) idea:
The thing is to use Express mainly to handle some API routes while at the same time use it to serve some static files.
With gulp we do all of the front-end stuff basically I'm using a modified version of my ground-zero package.
So everything JS will be handled by Webpack for now but all encapsulated inside a gulp task.
## App
The server gets a `POST` request on `/api/sass2scss` or `/api/scss2sass` performs the task at hand and also returns the compiled CSS.