Skip to content

gugui3z24/ReactJS-Webpack-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactJS with Webpack Tutorial

This is an application demonstrating how to setup a ReactJS application with Webpack.

A working example can be found here. Additionally, a YouTube tutorial series illustrating how to create this application from scratch can be found here.

Requirements

This application requires installation of NodeJS prior to running.

Description

This application was created to show how ReactJS is created with Webpack module bundler. It is meant for beginners who intend on building a ReactJS application or want to learn about setting up Webpack.

Installation

  • Install all dependencies in package.json file. This can be done by navigating to the root directory in the command line and running the following command:
$ npm install
  • Installation is complete. Navigate to root directory and run the following in the command line:
$ npm start

Errors

  • If the error below is displayed:
 Node Sass could not find a binding for your current environment

You will need to run:

$ npm install node-sass

Contributors

David Acosta.

License

No license.

About

Setting a ReactJS Development Environment Using Webpack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published