AdrianRossouw / famous-webpack-seed

Seed project for getting started with Webpack and Famo.us

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Famous-Webpack-Seed

A seed project to get started with Webpack and Famo.us


###Installation

npm install -g webpack webpack-dev-server # First install webpack
git clone https://github.com/Vertice/famous-webpack-seed
# rm -rf .git # optionally remove git history
npm install # install dependencies

###Development Run the dev server with webpack-dev-server

Go to the dev server url : http://localhost:8080/webpack-dev-server/bundle


###Production Build the deployable static assets with webpack

About

Seed project for getting started with Webpack and Famo.us


Languages

Language:JavaScript 90.3%Language:CSS 9.7%