Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pokhiii/just-js-webpack
My Experiments with Javascript and webpack
https://github.com/pokhiii/just-js-webpack
Last synced: 29 days ago
JSON representation
My Experiments with Javascript and webpack
- Host: GitHub
- URL: https://github.com/pokhiii/just-js-webpack
- Owner: pokhiii
- License: mit
- Created: 2022-06-23T21:09:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-10T18:38:59.000Z (over 2 years ago)
- Last Synced: 2023-03-03T14:27:29.735Z (almost 2 years ago)
- Language: JavaScript
- Size: 362 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Just Javascript with webpack
1. Clone it
```sh
git clone https://[email protected]/pokhiii/just-js-webpack.git
```1. Take position
```sh
cd just-js-webpack
```1. Call your friends
```sh
yarn
```1. Set things up
```sh
cp .env.example .env
```1. Build it
```sh
yarn build
```1. Serve it
```sh
yarn run serve
```