siradji / react-app-skelaton

:fire: A flexible alternative to create react app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React App Skelaton

A more flexible boilerplate for building react applications

Installation

yarn or npm install

Start

yarn start or npm start

Build

yarn build or npm build

Changing Developement Port

This app use the webpack-dev-server which by default use port 5000 You can change the default port by adding to the package.json start script --port flag followed by the port you want to use. for example --port 3000

You can check out the official docs heres

About

:fire: A flexible alternative to create react app.


Languages

Language:JavaScript 80.4%Language:HTML 9.9%Language:CSS 9.7%