https://github.com/adrienpoly/plugins-213
https://github.com/adrienpoly/plugins-213
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adrienpoly/plugins-213
- Owner: adrienpoly
- Created: 2019-02-07T10:00:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-07T10:01:16.000Z (over 6 years ago)
- Last Synced: 2025-02-09T22:29:57.898Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Usage
First clone this repository to your laptop. You must have Node (> v4) and [yarn](https://yarnpkg.com/lang/en/docs/install/) installed.
```bash
cd ~/code/
git clone [email protected]:lewagon/webpack-boilerplate.git my-js-project
cd my-js-project
rm -rf .git
yarn install
stt # Open this folder in Sublime Text
```Make sure you have `./node_modules/.bin` in your `$PATH`! This way you can run this:
```bash
eslint lib
webpack-dev-server
```Once a file has been updated in Sublime, you can run it with:
```bash
node lib/01_types.js
```