Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vsnaichuk/8th-apiko-react-intensive-todo
Created with CodeSandbox
https://github.com/vsnaichuk/8th-apiko-react-intensive-todo
Last synced: 6 days ago
JSON representation
Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/vsnaichuk/8th-apiko-react-intensive-todo
- Owner: vsnaichuk
- Created: 2020-04-16T09:27:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T10:44:07.000Z (over 3 years ago)
- Last Synced: 2023-03-07T21:24:53.117Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://codesandbox.io/s/github/VolodumurSN/8th-apiko-react-intensive-todo
- Size: 653 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 8th-react-intensive-Volodymyr-Snaichuk
[Codesandbox link](https://codesandbox.io/s/apiko-react-todo-79xjq)
## Installing
* Clone this project (git clone ...)
* Install npm dependencies (npm install)
### Run with webpack dev server on localhost:4000
`npm run start`### Run development mode
`npm run dev`### Run production mode
`npm run build`### Run watch dev mode
"watch" all files changes
`npm run watch`