flores-starter
v1.0.0
Published
Flores starter template for blog.
Downloads
13
Readme
Flores Starter
Flores starter template for blog.
Documentation
Checkout Flores repository for a complete documentation.
Getting Started
1. Download the Starter Template
Run the following command on your terminal to download Flores starter template.
$ wget https://github.com/risan/flores-starter/archive/master.zip \
-O master.zip && \
unzip master.zip && \
mv flores-starter-master my-blog && \
rm master.zip
It will automatically download the starter template and unzip it to my-blog
directory.
Or you can also download the starter template and unzip it manually.
2. Install All Dependencies
Within your project directory, run the following command to install all dependencies:
$ npm install
3. Generate the Website
Run the following command to generate your website for production:
$ npm run build
For development purpose, you can preview your generated website with the built-in server:
$ npm run serve
Flores also comes with file watcher that can rebuild your website and reload the browser automatically:
$ npm run build
Related
- flores: Flores core JavaScript module.
- flores-cli: Flores CLI tool.