fight-of-the-mobiles/src/cordova/README.md
2018-09-04 12:12:31 +02:00

733 B

React-Redux-Webpack-Babel-Less Boilerplate 👨‍🍳

This is the starting point for any react-redux-babel-less-webpack-hipsterframeworkxyz boilerplate to get up and running quickly. It includes a small Todo-HelloWorld-App for the base files.

Screenshot

Getting Started 🚀

git clone https://github.com/CupCakeArmy/react-boilerplate.git
npm i
npm run dev

# Or
wget https://github.com/CupCakeArmy/react-boilerplate/archive/master.zip
unzip master

Usage 📖

Build 🛠

# Dev
npm run build:dev

# Prod
npm run build:prod

Dev 👀

Compiles on files changed

npm run dev

# Go to
http://localhost:8080