RobertoBarros / batch_1040_stimulusjs

javascript-packages-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

First clone this repository to your laptop. You must have Node (> v4) and yarn installed.

cd ~/code/<your_github_nickname>
git clone git@github.com:lewagon/javascript-packages-boilerplate.git
cd javascript-packages-boilerplate
rm -rf .git
yarn install
code . # Open this folder in your text editor

Make sure you have ./node_modules/.bin in your $PATH! This way you can run this:

eslint lib
webpack-dev-server

About

javascript-packages-boilerplate


Languages

Language:JavaScript 63.8%Language:HTML 32.9%Language:CSS 3.3%