Skip to content

Website starter pack featuring Webpack2 module bundler, Babel for ES6 Transpiling along with more other features.

Notifications You must be signed in to change notification settings

srinivasaltair/webstarter-pack

Repository files navigation

Website starter pack

Website starter pack helps to kickstart your next project with few commands.

Features!

  • ES6 (ES2015)
  • SCSS
  • PurifyCSS (Remove unwanted CSS)
  • JS Minification
  • Development Server (http://localhost:8080)
  • Automatic Transpiling, compiling
  • Hot reloading

Installation

Website starter pack requires Node.js v4+ to run.

Install the dependencies and devDependencies and start the server using commands from root directory:

Wiki (Coming soon)

Development Server (Developing in local machine)

$ npm install
$ npm start

Building for production

$ npm run build

'dist' inside root folder will be the final build folder ready for Production.

License

MIT

About

Website starter pack featuring Webpack2 module bundler, Babel for ES6 Transpiling along with more other features.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published