Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

bsbeeks/react-starter

Repository files navigation

Dependencies

Setup

Local Development

  • Complete "Setup" step above
  • Start webpack: npm run webpack. This will do the following:
    • Run app/ through the eslint rules
    • Compile app/ into a single "bundle" file located in public/js/
    • Generate an index.html file into public/ using the template found here
    • Watch app/ and re-run webpack if any changes are detected
  • Open a new terminal window and start a local server: npm start. This will do the following:
    • Start up a node server on https://localhost:4200
    • Open a new browser window
    • Watch public/ and reload the page if any changes are detected
  • You can now view/test the app

About

A base react project for building apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
  NODES
Community 1
Javascript 1
languages 1
os 6
server 4
Users 1
web 10