A template for React apps.
- fork this repo
- clone this repo
- open
package.json
- change the project name, version, description, author, and license fields
- open a terminal to the project folder
- execute
npm install --save
to install the project dependencies - edit
webpack.config.js
as needed - execute
npm start
to run the development server - visit http://localhost:8080/ in a web browser to view the web app
- edit the code in
src/
as needed - the app will rebuild automatically whenever the code is changed and the browser will refresh as well
TODO