Skip to content

benjaminmwilson/new-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

new-react-app

Starter template for React.JS

Based on:

https://medium.com/@kayodeniyi/simplest-react-app-setup-a74277b99e43

https://webpack.js.org/guides/getting-started/

Installation

After cloning the repo:

npm install

Starting

To start on localhost:

npm start

The first time this is done it can take 10-15 seconds before http://localhost:8080/ can be accessed.

Building

To produce a production build:

npm run build

To produce a development build:

npm run dev

In both cases the output is placed in dist

Static Files & Code

Static files such as HTML and CSS can be placed in static. They will automatically be copied from here to dist at build time.

Code can be placed in src and components.

About

React Starter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published