Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)**