/todo-app

Primary LanguageJavaScript

Todo App With Webpack

todo-app.mp4

This project was bootstrapped with Webpack

Version of node: 16.14.0

In this project use styleguidist for documenting code

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run build

Before run this script, open webpack.config.js and change publicPath to ./

Builds the app for production to the dist folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

npx styleguidist server

Run npx styleguidist server to start a style guide dev server.

npx styleguidist build

Run npx styleguidist build to build a production HTML version.