Taimoor0217 /
react-webpack-boilerplate
This is a barbone setup of a React Js app using Webpack and Babel, without create react app
Loading repository data…
fedorovsky / repository
This is a simple webpack boilerplate for your comfortable work with HTML, JS and CSS.
# Download repository:
git clone https://github.com/fedorovsky/simple-boilerplate simple-boilerplate
# Go to the app:
cd simple-boilerplate
# Install dependencies:
npm install
# Server with live reload at http://localhost:8000/
npm run start
You can copy this command and paste into terminal. The project will be downloaded and launched. Enjoy.
npx create-simple-boilerplate new-site
cd new-site
npm install
npm start
# Output will be at dist/ folder
npm run build
| npm | yarn | actions |
|---|---|---|
npm install | yarn install | install |
npm run start | yarn start | development |
npm run build | yarn build | production |
npm run fix | yarn fix | fix file with linters |
Please ⭐️ this repository if this project helped you!
Selected from shared topics, language and repository description—not editorial ratings.
Taimoor0217 /
This is a barbone setup of a React Js app using Webpack and Babel, without create react app
santospatrick /
This is a Toolkit but also a Boilerplate to use Gulp & Webpack. We consider to use both technologies because projects need to handle images, fonts, css & javascript optimizations. This boilerplate also uses Browser-sync, Postcss & Babel!
jacebot /
This is an AngularJS 1.x boilerplate for developing a modern Single-page-application.
ECorreia45 /
This is a simple express setup to be used when building a multi-page, server side render website.
addisonday /
A script that creates and configures a babel project in the current directory. This is based on the tutorial from
kunljha /
This repo is actually not a project but a boilerplate configured with webpack and babel. It will enable any project to use JavaScript Module system and will compile down any code written in Modern JS to a code which can run in oldest browsers as well.