https://github.com/faanid/reactjs-note
Add some features to the Note app (create width html ,css, javascript-react js)
https://github.com/faanid/reactjs-note
javascript reactjs
Last synced: 3 months ago
JSON representation
Add some features to the Note app (create width html ,css, javascript-react js)
- Host: GitHub
- URL: https://github.com/faanid/reactjs-note
- Owner: faanid
- Created: 2022-12-09T09:26:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T06:46:18.000Z (over 3 years ago)
- Last Synced: 2025-03-02T08:16:33.737Z (over 1 year ago)
- Topics: javascript, reactjs
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Note (react js)
$ 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
```
````