Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imranhsayed/react-app
:package: A demo to set up React App with create-react-app, webpack and babel
https://github.com/imranhsayed/react-app
babel installation javascript nodejs react-app-webpack reactjs
Last synced: about 2 months ago
JSON representation
:package: A demo to set up React App with create-react-app, webpack and babel
- Host: GitHub
- URL: https://github.com/imranhsayed/react-app
- Owner: imranhsayed
- Created: 2019-03-28T05:59:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T18:41:12.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T19:52:39.619Z (about 2 months ago)
- Topics: babel, installation, javascript, nodejs, react-app-webpack, reactjs
- Language: JavaScript
- Size: 2.62 MB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Application Set Up With Webpack And Babel.
## Description :clipboard:
> Example to set up react app with webpack and babel from scratch## Built With :zap:
1. React
2. Webpack
3. Babel## Installation Instructions :wrench:
1. Clone this repo by running `git clone https://github.com/imranhsayed/react-app`
2. `cd react-app-webpack`
2. `npm install`
3. `npm run dev`## Useful Link :link:
[Video Tutorial](https://youtu.be/8YtdH9JT95M)
## Common Commands :computer:
You can run these commands from `react-app-webpack` directory.
1. `npm run dev` runs webpack-dev-server for frontend on port 8080 in watch mode
2. `npm run prod` runs the build for production.## License
[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)
- **[MIT license](http://opensource.org/licenses/mit-license.php)**