Skip to content

nicola-sh/workout-planner

Repository files navigation

Start React app

first install the node (npm included)

  • npm init react-app workout-planner

  • npm cache clean --force

  • npm install - install dependencies

  • npm install --loglevel=error - install dependencies without WARN

  • npm install -g npm@latest

  • npm audit fix

  • npm update

  • npm start

  • ctrl + c - to stop app

Available Scripts

In the project directory, you can run:

  • npm run analyze - generates a report with bundle analysis (require npm run build)
  • npm run build - builds the production build
  • npm run eject - ejects CRA
  • npm run lint - runs ESLint against all js code
  • npm run pre-commit - runs checks before each commit
  • npm run prettier - entry point for Prettier
  • npm run prepare - automatically enable git hooks after install
  • npm run start - runs the application in development mode
  • npm run stylelint - runs Stylelint for all styles (both css and css-in-js)
  • npm run test - launches the test runner in the interactive watch mode

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published