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

https://github.com/icai/bfms

A Solution for Front End Multiple Pages Architecture separating front end and back end
https://github.com/icai/bfms

bfms express express-cli front-end frontend-web multipage-application static-site

Last synced: 3 months ago
JSON representation

A Solution for Front End Multiple Pages Architecture separating front end and back end

Awesome Lists containing this project

README

        

# bfms

> A Solution for Front End Multiple Pages Architecture separating front end and back end

## Build Setup

``` bash
# install dependencies
npm install -d

# Chinese client
npm install -d --registry=https://registry.npm.taobao.org

# serve with hot reload at localhost:3000
npm start (npm run start)

# build project to release
gulp build

# test releasing files

gulp serve

```

## License

Licensed under the MIT license.