Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)