Skip to content

Officially maintained example application showcasing possibilities of @react-state

Notifications You must be signed in to change notification settings

react-state/example-app

Repository files navigation

#react-state example application

Example application utilizing react-state, showcasing possibilities of the library. You can find the live app here.

This app is a todo collection manager. React-dom-router to manage navigation between routes;

Quick start

# clone the repo
git clone https://github.com/react-state/example-app


# change directory to repo
cd example-app

# Use npm or yarn to install the dependencies:
npm install

# OR
yarn

# start the server
npm run dev

Navigate to http://localhost:3000/ in your browser

NOTE: The above setup instructions assume you have added local npm bin folders to your path. If this is not the case you will need to install the angular-cli globally.

About

Officially maintained example application showcasing possibilities of @react-state

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published