https://github.com/nullthefirst/bulma-nodejs-starter
bulma CSS node.js starter
https://github.com/nullthefirst/bulma-nodejs-starter
Last synced: 7 months ago
JSON representation
bulma CSS node.js starter
- Host: GitHub
- URL: https://github.com/nullthefirst/bulma-nodejs-starter
- Owner: nullthefirst
- Created: 2019-01-20T13:26:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T08:57:25.000Z (over 7 years ago)
- Last Synced: 2025-06-03T01:54:59.833Z (11 months ago)
- Language: CSS
- Size: 50.8 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bulma CSS node.js starter
Built following the official Bulma customization option [with node-sass](https://bulma.io/documentation/customize/with-node-sass/). Only a sight modification in folder structure made.
### [Instructions]()
1. Git clone the repo with the following command:
```bash
git clone https://github.com/Usheninte/bulma-nodejs-starter.git
```
2. With the terminal, move into the assets folder:
```bash
cd assets
```
3. Run `npm install` to add **node-sass** and **bulma** as devDependecies:
> [NOTE:]() This is a key step in the installation process, without this you will not be able to use Bulma CSS.
```bash
npm install
```
4. Use this line of code to watch your SASS file, and convert it to CSS. It is also available in the **sass.txt** file.
```bash
sass --watch assets/scss:assets/css
```
5. Begin using [Bulma CSS](https://bulma.io/) as your frontend framework. Edit **index.html** as you wish. Visit the [official documentation](https://bulma.io/documentation/) for more information.
- - -
### [Disclaimer]()
* This implementation is **a completely Open Source initiative**, and does not propose to be officially backed by Bulma. Yet, this does not affect its efficiency in any way.
* Happy coding! 😄 🙂