Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 785 Bytes

File metadata and controls

32 lines (21 loc) · 785 Bytes

#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.