|
6 年 前 | |
---|---|---|
public | 6 年 前 | |
src | 6 年 前 | |
.gitignore | 6 年 前 | |
CHANGELOG.md | 6 年 前 | |
README.md | 6 年 前 | |
package-lock.json | 6 年 前 | |
package.json | 6 年 前 | |
webpack.config.js | 6 年 前 |
To-Do App a simple and effortless to-do app .
First you can clone the project by clickyng this link to-do:
Install or update all package dependencies.
Runs the app in development mode.
Open http://localhost:3000 to view it in the browser.
The page will automatically reload if you make changes to the code.
You will see the build errors and lint warnings in the console.
otherwise this is the main page:
Runs the test watcher in an interactive mode.
By default, runs tests related to files changed since the last commit.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
By default, it also includes a service worker so that your app loads from local cache on future visits.
Your app is ready to be deployed.
Deploy the app, executing firebase deploy command with the default project from the .firebaserc file, hosting the app in the firebase hosting service, and returns the result, as an error or the hosted url.