Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`