Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richistron/bootstrap-sass-demo
botstrapp and sass
https://github.com/richistron/bootstrap-sass-demo
Last synced: 8 days ago
JSON representation
botstrapp and sass
- Host: GitHub
- URL: https://github.com/richistron/bootstrap-sass-demo
- Owner: richistron
- Created: 2014-06-15T19:45:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-15T19:53:57.000Z (over 10 years ago)
- Last Synced: 2024-04-15T03:20:05.841Z (7 months ago)
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
bootstrap-sass-demo
===================botstrapp and sass
Steps:
1.- Yeoman
```
npm install -g yo
```2.- Webapp
```
npm install generator-webapp
```3.- Crear scaffold
```
mkdir mi-proyecto-chubibudubis
cd mi-proyecto-chubibudubis
```4.- Crear el proyecto
```
yo webapp // elegir bootstrap-sass
```5.- Dev server
```
grunt server
```6.- Minificado y compilado
```
grunt build
// o
grunt
```