Skip to content

静的サイト作るオレオレボイラープレート

Notifications You must be signed in to change notification settings

yua-chang/static-site-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

  • MPA(Multi Page Application)
  • Webpack + Babel(ES6) + Sass
  • IE11 support(use corejs: 3.2 and autoplefixer)

Getting started

# clone the project
git clone https://github.com/hasegayo/static-site-boilerplate.git

# enter the project directory
cd static-site-boilerplate

# install dependency
npm install

# develop
npm start

This will automatically open http://localhost:8080/home

Build for production

npm run build

Output bundling and minification files to dist folder

About

静的サイト作るオレオレボイラープレート

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published