Skip to content

gomandev/react-app-skelaton

 
 

Repository files navigation

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

🔥 A flexible alternative to create react app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.4%
  • HTML 9.9%
  • CSS 9.7%