Skip to content

Cybermals/react-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-app-template

A template for React apps.

Instructions

  1. fork this repo
  2. clone this repo
  3. open package.json
  4. change the project name, version, description, author, and license fields
  5. open a terminal to the project folder
  6. execute npm install --save to install the project dependencies
  7. edit webpack.config.js as needed
  8. execute npm start to run the development server
  9. visit http://localhost:8080/ in a web browser to view the web app
  10. edit the code in src/ as needed
  11. the app will rebuild automatically whenever the code is changed and the browser will refresh as well

Deploy

TODO

Releases

No releases published

Packages

No packages published