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

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)

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
```
````