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: about 1 month ago
JSON representation
A Solution for Front End Multiple Pages Architecture separating front end and back end
- Host: GitHub
- URL: https://github.com/icai/bfms
- Owner: icai
- Created: 2017-03-19T08:14:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T10:34:59.000Z (about 9 years ago)
- Last Synced: 2025-10-07T14:43:22.554Z (8 months ago)
- Topics: bfms, express, express-cli, front-end, frontend-web, multipage-application, static-site
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.