All Projects → epoch → webpack3-react-starter

epoch / webpack3-react-starter

Licence: other
Sensible starter to try react with webpack

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to webpack3-react-starter

Phomeme
Simple sentence mixing tool (work in progress)
Stars: ✭ 18 (-25%)
Mutual labels:  github-page
testable
Testable - gamified tool to improve unit testing teaching
Stars: ✭ 16 (-33.33%)
Mutual labels:  github-page
Mosque-Screen
Chat: https://discord.gg/CG7frj2 - Email: [email protected]. We do not provide any support, this is a volunteer-based project therefore we cannot commit to any time to resolve local issues.
Stars: ✭ 54 (+125%)
Mutual labels:  github-page
yevgeniy-brikman-homepage
The Yevgeniy Brikman Home Page
Stars: ✭ 85 (+254.17%)
Mutual labels:  github-page
kunnan.github.io
@zhangkn
Stars: ✭ 13 (-45.83%)
Mutual labels:  github-page
godot-ci
Docker image to export Godot Engine games. Templates for Gitlab CI and GitHub Actions to deploy to GitLab Pages/GitHub Pages/Itch.io.
Stars: ✭ 316 (+1216.67%)
Mutual labels:  github-page
Gesko
Gesko is a simple and minimalistic jekyll blogging theme.
Stars: ✭ 147 (+512.5%)
Mutual labels:  github-page
cmcodes1.github.io
😊 Here's my portfolio where you can see all my projects, blogs, and achievements.
Stars: ✭ 23 (-4.17%)
Mutual labels:  github-page
papers reading sharing.github.io
Sites to share deep learning related papers and their digests
Stars: ✭ 32 (+33.33%)
Mutual labels:  github-page
sphere
DIYbiosphere is an open-source project to collect Do-it-Yourself Biology (DIYbio) initiatives from all over the world
Stars: ✭ 70 (+191.67%)
Mutual labels:  github-page
jekyll-cd
GitHub Action to build and deploy a Jekyll site to GitHub Pages 🧪
Stars: ✭ 21 (-12.5%)
Mutual labels:  github-page
fedemo.github.io
Fe Blog →
Stars: ✭ 24 (+0%)
Mutual labels:  github-page
rajaprerak.github.io
Personal Portfolio Website
Stars: ✭ 188 (+683.33%)
Mutual labels:  github-page
jekyll-gitbook
Build Jekyll site with GitBook style!
Stars: ✭ 226 (+841.67%)
Mutual labels:  github-page
markdownprofile
Markdown Profiles is a project that generates markdown files for those that want an awesome Github profile.It provides several templates for you to use.
Stars: ✭ 30 (+25%)
Mutual labels:  github-page
geek-profile
👻 Geek Profile Maker based on Markdown
Stars: ✭ 85 (+254.17%)
Mutual labels:  github-page
proyecto26.github.io
The Proyecto26 github homepage.
Stars: ✭ 32 (+33.33%)
Mutual labels:  github-page
BaseMax.Github.io
Max Base Personal Website.
Stars: ✭ 20 (-16.67%)
Mutual labels:  github-page
presidium
Presidium user documentation
Stars: ✭ 25 (+4.17%)
Mutual labels:  github-page
jekyll-slideshow
Compose your slides on Github, Host it on Github Pages for free.
Stars: ✭ 33 (+37.5%)
Mutual labels:  github-page

webpack react hot reload starter

All you need, none you don't.

Sensible starter with hot reload to try react with webpack 3 that deploys straight to github pages.

Based on

  1. Bundler: Webpack, Babel
  2. Language: ES2015 ES2016/es7 class properties & object spread
  3. Library: React, Sass, Mocha

Usage

  1. clone this repo
git clone THIS_GIT_REPO_URL
  1. install dependencies using npm or yarn
npm install

or

yarn install
  1. start dev server and start coding in /app
npm start

build and deploy with github pages

Github pages support hosting your site in a docs directory within your repo. Simply run the following command to build your site into docs directory and update the source setting on github.

npm run build

run tests in /test

npm test
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].