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

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

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/`