Skip to content

BalajiSundaresan/setup-single-page-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

  1. Clone the repository
  2. Run npm install to install dependencies
  3. Run npm start to start the server. You should see Hi There! message in your browser if everything is succesful.

About setup-single-page-app

This is a skeleton project structure that sets up a React application for development environment using following libraries.

  1. babel for transpiling ES6 code
  2. webpack for bundling
  3. webpack-dev-server to host the application
  4. Watch - refreshes the browser for changes in code
  5. Includes source-map for debugging.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published