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
- Host: GitHub
- URL: https://github.com/ericvida/imba-2-webpack
- Owner: ericvida
- Created: 2020-04-23T17:51:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:53:39.000Z (over 3 years ago)
- Last Synced: 2025-04-05T12:29:57.693Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 9.98 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
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
```