Skip to content

HdSeKenny/fluxible-sweeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project is a blog web application which is developed with fluxible framework.

Requirements

  • node v6.8.1 (or newer)
  • mongodb

Installation

Download Zip file or run the command below:

$ git clone git@github.com:HdSeKenny/fluxible-sweeter.git

If you use https, run:

$ git clone https://github.com/HdSeKenny/fluxible-sweeter.git

Then get into the folder directory fluxible-sweeter, run command:

$ npm install

If you use yarn, run command:

$ yarn install

Usage

It will take some minutes. When finished, run command:

$ npm run build
$ npm start

Or you can run production mode (It's the same as above two commands):

$ npm run prod

For development mode, run command:

$ npm run dev

Finally, application will open browser http://localhost:3000/

Built with

Developer

Kenny

Releases

No releases published

Packages

No packages published