This commit is contained in:
nicco
2018-09-04 12:12:31 +02:00
parent 0df47c0bf6
commit 786d05116f
4 changed files with 94 additions and 0 deletions

41
src/cordova/README.md Normal file
View File

@@ -0,0 +1,41 @@
# 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](https://image.ibb.co/cQE4wx/Screen_Shot_2018_04_27_at_20_12_45.png)
## Getting Started 🚀
```bash
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 🛠
```bash
# Dev
npm run build:dev
# Prod
npm run build:prod
```
### Dev 👀
Compiles on files changed
```bash
npm run dev
# Go to
http://localhost:8080
```