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

https://github.com/ericvida/imba-2-webpack

Imba 2 Template using webpack
https://github.com/ericvida/imba-2-webpack

Last synced: 11 months ago
JSON representation

Imba 2 Template using webpack

Awesome Lists containing this project

README

          

# Imba 2 Webpack Template

## Run

```
# clone the repository
git clone https://github.com/iamtirado/imba-2-webpack.git imba-app

# enter the folder
cd imba-app

# install dependencies
npm install
# or
yarn add

# run server
npm start
# or
yarn start
```