Skip to content

A development environment pre-configured to use webpack with react, sass, and skeleton css

Notifications You must be signed in to change notification settings

tophboogie/webpack-react-skeleton-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack React Skeleton Init

Development environment pre-configured with webpack, react, react-router, skeleton-css, and sass

To use:

  • Install VirtualBox and Vagrant
  • Install recommended Vagrant plugins
    • vagrant plugin install vagrant-vbguest
    • vagrant plugin install vagrant-notify-forwarder
  • Launch Vagrant environment:
    • vagrant up
    • vagrant ssh
    • cd /vagrant
  • Install nodejs dependencies:
    • npm install
  • Run webpack dev server:
  • Compile to production folder:
    • npm run build

About

A development environment pre-configured to use webpack with react, sass, and skeleton css

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published