Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaeun917-zz/simpleshoppinglist
I'm working on it..
https://github.com/gaeun917-zz/simpleshoppinglist
babel react reactcsstransition webpack
Last synced: 7 days ago
JSON representation
I'm working on it..
- Host: GitHub
- URL: https://github.com/gaeun917-zz/simpleshoppinglist
- Owner: gaeun917-zz
- License: other
- Created: 2018-11-11T19:31:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T06:48:25.000Z (about 2 years ago)
- Last Synced: 2024-11-24T12:11:24.667Z (2 months ago)
- Topics: babel, react, reactcsstransition, webpack
- Language: JavaScript
- Homepage:
- Size: 498 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
React App Boilerplate
=====================### Objective
**Install**
```
npm install
```**Start the application in development mode**
```
npm start
```Open http://localhost:8080 in your browser.
Static files are served from the `public` folder, project JavaScript files are bundled from the `app` folder.
**When ready, build for production**
```
npm run build
```This will generate a minimized bundle.js file on the `public` folder.
### Dependencies
* React & React-DOM
* Webpack & webpack-dev-server
* Babel Core
* Babel Loader (With "es2015" and "react" presets)