/SPR

This is a Sample Project with React to improve my skills in front-end development

Primary LanguageJavaScript

Sample Project with React

Install and build

you have a package.json file with the list of dependencies but the packages have not been installed yet, run

npm install
# or
yarn install

and for start

npm run start
# or
yarn start

then for build

npm run build
# or
yarn build