Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wavygoten/react-webapp
Get started programming right away with this ReactJS webpack bundle.
https://github.com/wavygoten/react-webapp
Last synced: 20 days ago
JSON representation
Get started programming right away with this ReactJS webpack bundle.
- Host: GitHub
- URL: https://github.com/wavygoten/react-webapp
- Owner: wavygoten
- Created: 2021-02-06T21:55:39.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-06T22:00:55.000Z (almost 4 years ago)
- Last Synced: 2024-11-05T11:10:00.592Z (2 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
Download node at [nodejs.org](http://nodejs.org) and install it, if you haven't already.
```sh
git clone https://github.com/wavygoten/react-webapp.git
``````sh
cd react-webapp
``````sh
npm install && npm start
```This package is provided in these module formats:
- CommonJS
## Dependencies
- [react](https://github.com/facebook/react): React is a JavaScript library for building user interfaces.
- [react-dom](https://github.com/facebook/react): React package for working with the DOM.
- [react-router-dom](https://github.com/ReactTraining/react-router): DOM bindings for React Router## Dev Dependencies
- [@babel/core](https://github.com/babel/babel): Babel compiler core.
- [@babel/preset-env](https://github.com/babel/babel): A Babel preset for each environment.
- [@babel/preset-react](https://github.com/babel/babel): Babel preset for all React plugins.
- [babel-loader](https://github.com/babel/babel-loader): babel module loader for webpack
- [css-loader](https://github.com/webpack-contrib/css-loader): css loader module for webpack
- [file-loader](https://github.com/webpack-contrib/file-loader): A file loader module for webpack
- [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin): Simplifies creation of HTML files to serve your webpack bundles
- [style-loader](https://github.com/webpack-contrib/style-loader): style loader module for webpack
- [url-loader](https://github.com/webpack-contrib/url-loader): A loader for webpack which transforms files into base64 URIs
- [webpack](https://github.com/webpack/webpack): Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
- [webpack-cli](https://github.com/webpack/webpack-cli): CLI for webpack & friends
- [webpack-dev-server](https://github.com/webpack/webpack-dev-server): Serves a webpack app. Updates the browser on changes.## License
[ISC]()