lineldcosta / mobile-web

Starter kit for mobile and desktop application using react and react-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Universal Boilerplate 📦

What is this?

This is a boilerplate for rendering a React application both on the server and client. It includes support for store, code-splitting, routing, hot reloading, linting, auto code formatting and more.

Quick Start

Clone this repo:

git clone 

Build and run in development mode:

npm run start:dev

Build and run in production mode:

npm run start:prod

And visit http://localhost:3000 in your browser to see your app.

What is Included?

This boilerplate uses the following packages:

About

Starter kit for mobile and desktop application using react and react-native

License:MIT License


Languages

Language:JavaScript 85.2%Language:Objective-C 7.6%Language:Python 3.3%Language:Java 2.7%Language:HTML 1.0%Language:CSS 0.2%