Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chkal/mvc-spec.org
mvc-spec.org
https://github.com/chkal/mvc-spec.org
Last synced: about 6 hours ago
JSON representation
mvc-spec.org
- Host: GitHub
- URL: https://github.com/chkal/mvc-spec.org
- Owner: chkal
- Created: 2015-12-11T16:42:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-18T06:55:42.000Z (over 8 years ago)
- Last Synced: 2024-05-01T19:34:04.973Z (7 months ago)
- Language: HTML
- Size: 98.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mvc-spec.org [![Build Status](https://travis-ci.org/chkal/mvc-spec.org.svg?branch=master)](https://travis-ci.org/chkal/mvc-spec.org)
The source of http://www.mvc-spec.org
## Build the site
You will need to have `node` and `npm` installed. First install all
the required npm dependencies:$ npm install
To build the site run:
$ npm run build
The site will be built to the `./build/` directory.
## Development mode
If you are actively working on the site, you should follow this workflow.
First start the development server which serves the site:
$ npm run serve
You can now point your browser to: [http://localhost:8080/](http://localhost:8080/)
Then open a new console add start watching the files for automatic rebuilding
on file modification:$ npm run watch
That's it! :)