A simple template for creating React application. Just clone this project and get started.
In the project directory, you can run:
Runs the app in the development mode.(using webpack-dev-server)
Open http://localhost:8080 to view it in the browser.
The page will reload if you make edits.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
This serves the production build using 'serve' module.
Run this after you create the production build.
Open http://localhost:8080 to view it in the browser.
npm install "@babel/core" "@babel/preset-env" "@babel/preset-react" "babel-loader" "clean-webpack-plugin" "css-loader" "file-loader" "html-webpack-plugin" "style-loader" "webpack" "webpack-cli" "webpack-dev-server" "webpack-merge" --save-dev
npm install "lodash" "react" "react-dom"