Skip to content

Latest commit

 

History

History
 
 

react

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

React + Dexie Todo Example

This project was bootstrapped with Create React App.

Install dependencies

Before you can run the app in your browser, you will have to install its dependencies with:

npm install

Development server

Run npm start for a dev server. Navigate to http://localhost:3000. The app will automatically reload if you change any of the source files. You will also see any lint errors in the console.

Build

Run npm run build to build the project. The build artifacts will be stored in the build/ directory.

Further help