Skip to content

skawaguchi/react-to-do

Repository files navigation

React To Do App

Usage

Installing the App

If you have yarn installed:

Run yarn.

Otherwise, run npm i.

This app also requires Node 8+. This is because it uses the Parcel Bundler. If you have NVM, simply type nvm use. Otherwise you will only be able to load the ./dist/index.html file in a browser directly.

Running the App

To run the app in the browser, run yarn start.

You can also run the most recent distribution version by simply opening dist/index.html in a browser.

Running Tests

To run the tests once, run yarn test.

To run the tests in watch mode while developing, run yarn test:watch.

Building the Production Release

To run the tests once, run yarn build. This will update the ./dist directory. Simply open ./dist/index.html in any browser and the application should run.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published