https://github.com/avraammavridis/frameworkless-mvc
MVC example without any framework
https://github.com/avraammavridis/frameworkless-mvc
Last synced: 6 months ago
JSON representation
MVC example without any framework
- Host: GitHub
- URL: https://github.com/avraammavridis/frameworkless-mvc
- Owner: AvraamMavridis
- License: mit
- Created: 2016-05-24T07:04:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-06T14:31:39.000Z (about 7 years ago)
- Last Synced: 2025-03-30T06:02:07.544Z (6 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Frameworkless MVC example/app/whatever
### To run
* You'll need to have [git](https://git-scm.com/) and [node](https://nodejs.org/en/) installed in your system.
* Fork and clone the project:```
> $ git clone https://github.com/alicoding/react-webpack-babel.git
```Then install the dependencies:
```
> $ npm install
```Install webpack and the development server:
```
> $ npm i webpack-dev-server webpack -g
```You can simply run webpack build using this command:
```
> $ npm run build
```If you want to run with webpack-dev-server simply run this command:
```
> $ npm run dev
```Open the web browser to `http://localhost:8080/`