Skip to content
Snippets Groups Projects
README.md 911 B
Newer Older
  • Learn to ignore specific revisions
  • chif's avatar
    chif committed
    This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
    
    
    Chif Gergő's avatar
    Chif Gergő committed
    Environment variables needed in development found in `.env.example` !
    
    
    chif's avatar
    chif committed
    ## Available Scripts
    
    In the project directory, you can run:
    
    ### `npm start`
    
    Runs the app in the development mode.<br />
    Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
    
    ### `npm test`
    
    Launches the test runner in the interactive watch mode.<br />
    See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
    
    ### `npm run build`
    
    
    Chif Gergő's avatar
    Chif Gergő committed
    Builds the app
    
    chif's avatar
    chif committed
    
    
    Chif Gergő's avatar
    Chif Gergő committed
    ### `npm run lint`
    
    chif's avatar
    chif committed
    
    
    Chif Gergő's avatar
    Chif Gergő committed
    Runs the linter in the console.
    
    chif's avatar
    chif committed
    
    
    Chif Gergő's avatar
    Chif Gergő committed
    ### `npm run format`
    
    chif's avatar
    chif committed
    
    
    Chif Gergő's avatar
    Chif Gergő committed
    Format the files in the project with prettier.
    
    chif's avatar
    chif committed
    
    
    Chif Gergő's avatar
    Chif Gergő committed
    ### `npm run validate`
    
    chif's avatar
    chif committed
    
    
    Chif Gergő's avatar
    Chif Gergő committed
    Checks the formatting and linter rules for all the files in the source.
    
    chif's avatar
    chif committed
    
    
    Chif Gergő's avatar
    Chif Gergő committed
    ### `npm run fix`
    
    chif's avatar
    chif committed
    
    
    Chif Gergő's avatar
    Chif Gergő committed
    It runs the formatting and the linter with --fix option