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.
- Host: GitHub
- URL: https://github.com/thakursaurabh1998/boilerplate-react
- Owner: thakursaurabh1998
- Created: 2018-10-08T18:28:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-08T18:37:57.000Z (over 7 years ago)
- Last Synced: 2025-04-01T00:46:06.308Z (about 1 year ago)
- Topics: babel, react, webpack
- Language: JavaScript
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.