https://github.com/tiaansu/first-react-solo-project
https://github.com/tiaansu/first-react-solo-project
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tiaansu/first-react-solo-project
- Owner: Tiaansu
- Created: 2022-12-11T08:18:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T08:41:20.000Z (over 2 years ago)
- Last Synced: 2025-01-06T06:43:40.189Z (5 months ago)
- Language: JavaScript
- Homepage: https://react-app-tiaansu.netlify.app/
- Size: 355 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Quick start:
```
$ yarn # npm install
$ yarn build # npm run build
````## Development
Run Webpack in watch-mode to continually compile the JavaScript as you work:
```
$ yarn watch # npm run watch
```