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.
This application requires installation of NodeJS prior to running.
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.
- 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
- 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
David Acosta.
No license.