Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryichk/react-sandbox
React sandbox from scratch using webpack and babel.
https://github.com/ryichk/react-sandbox
babel react typescript webpack
Last synced: 10 days ago
JSON representation
React sandbox from scratch using webpack and babel.
- Host: GitHub
- URL: https://github.com/ryichk/react-sandbox
- Owner: ryichk
- Created: 2021-02-14T12:48:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-24T15:35:32.000Z (over 3 years ago)
- Last Synced: 2024-10-09T03:41:13.786Z (29 days ago)
- Topics: babel, react, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 650 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Sandbox
## Devdependencies
Node.js Version 15.12.0
## Start Project
```sh
yarn
yarn start
```## Reference
[Webpack and Babel setup for React from scratch](https://medium.com/javascript-in-plain-english/webpack-and-babel-setup-with-react-from-scratch-bef0fe2ae3e7)
[An Introduction to React Hooks](https://levelup.gitconnected.com/an-introduction-to-react-hooks-50281fd961fe)