1.0.0 • Published 4 years ago

pakoo v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Fresh and minimalist React boilerplate

:cloud: A simple and lightweight boilerplate written from scratch :cloud:

main features

  • Built with webpack
  • Hot Module Replacement (HMR)
  • React Hot Loader
  • ESLint
  • Standard JS
  • DevServer (webpack-dev-server)
  • Source Maps

download

git clone https://github.com/doums/fresh_boilerplate.git

installation

npm i

run for development

npm start

build for production

npm run build