Skip to content

nomoreangels/react-todos-app

Repository files navigation

react-todos-app

WIP

Latest release preview: https://apallbox.github.io/react-todos-app/

Building and running on localhost

First install dependencies:

npm install

To run in hot module reloading mode:

npm run serve

To create a production build:

npm run build

To create a development build:

npm run build:dev

Running

Open the file dist/index.html in your browser

Testing

To run unit tests:

npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published