Coded this simple application using React while taking Andrew Mead's Udemy course - The Complete React Developer Course (w/ Hooks and Redux)
Demo can be seen in here - https://saabbir-indecision-app.netlify.app/
- Webpack 5
- Babel
- Babel transform class properties plugin
- React
- JSX
- SCSS
Clone this repo:
git clone https://github.com/Saabbir/indecision-app.git
This project is based on Node.js. To install the necessary packages, run this command in the root folder of the site:
npm install
- Run
npm run dev
from root folder for a development server and live reloading - Run
npm run build
from root folder for production build
This project uses a number of open source projects for the development build:
- @babel/cli
- @babel/core
- @babel/plugin-proposal-class-properties
- @babel/preset-env
- @babel/preset-react
- babel-loader
- css-loader
- sass
- sass-loader
- style-loader
- webpack
- webpack-cli
- webpack-dev-server
This project uses a number of open source projects for the production build: