See that latest version of nodejs,reat,react-dom is installed.
- Download the files.
- Open terminal and set path to this this directory.
example
C:\Users\Smit\Desktop\task-manager>wheretask-managercontains the source-files. - Now, use command
npm installwhich will install node_modules. - run command
yarn buildwhich will create static file without changing the path. - Next, run command
yarn startwhich will start a server generally at localhost:3000.