Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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