Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qiuzhanghua/react-basics

React without react-scripts
https://github.com/qiuzhanghua/react-basics

reactjs yarn yarn2

Last synced: 11 days ago
JSON representation

React without react-scripts

Awesome Lists containing this project

README

        

# React without react-scripts

copy from https://github.com/lcmartinezdev/react-basics

```bash
yarn install
```

```bash
yarn upgrade
```

```bash
yarn webpack
```

```bash
yarn webpack-dev-server
```

and visit http://localhost:8080

# for Yarn 2.x

```bash
yarn set version berry
rm yarn.lock
touch yarn.lock

# and
yarn
yarn webpack
#etc
```
all done!

Please see .yarnrc and .yarn/releases/yarn-berry.cjs