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

https://github.com/thakursaurabh1998/boilerplate-react

My own alternative to create-react-app by using webpack and babel.
https://github.com/thakursaurabh1998/boilerplate-react

babel react webpack

Last synced: about 2 months ago
JSON representation

My own alternative to create-react-app by using webpack and babel.

Awesome Lists containing this project

README

          

# Boilerplate React

An alternative and basic approach to kickstart react app instead of using create-react-app.

### Tools used
* webpack
* babel

### To start the app

1. Clone this repository.
1. Open the directory in the terminal and run command `npm install --dev` to install the dependencies.
1. To run the development server run the command `npm start`.