Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```