UNPKG

@lacruz/react-page-separator

Version:

react-page plugin adding a customisable horizontal separator

44 lines (29 loc) โ€ข 2.1 kB
<p align="center"> <br /> <img width="600" src="https://user-images.githubusercontent.com/60877626/117204870-2e461300-adf1-11eb-9b51-89a2bbf762ac.png" alt="Template logo" /> <p align="center" style="font-weight:bold">TEMPLATE CREATED BY LA CRUZ <a href="https://lacruz.org"><img width="20" src="https://user-images.githubusercontent.com/60877626/117205137-7ebd7080-adf1-11eb-9755-9b541044e2f3.png"></a></p> </p> <br/> <p align="center"> <h1 align="center" style="font-weight:bold">โšก Template React + Vite + Eslint + Prettier โšก</h1> <p align="center">This project was bootstrapped with <a href="https://github.com/vitejs/vite/tree/main/packages/create-app">@vite/create-app</a> </p> </p> <br/> ## ๐Ÿ“œ Available Scripts In the project directory, you can run : <br /><br /> ### โšก `npm run dev` Runs the app in the development mode. Open [http://localhost:3000](http://localhost:3000) to view it in the browser. The page will reload if you make edits.<br /><br /> ### ๐Ÿงณ `npm run build` Builds the app for production to the `dist` folder. It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.<br /><br /> ๐Ÿš€ **Your app is ready to be deployed !**<br /><br /> ### ๐ŸŒ `npm run serve` Runs the app in the server mode. Open [http://localhost:5000](http://localhost:5000) to view it in the browser. The page will reload if you make edits.<br /><br /> ### ๐Ÿงน `npm run lint:fix` This command allows to automatically correct some eslint errors present in the code. Some errors may not be able to be corrected and will have to be fixed manually.<br /><br /> ### ๐Ÿ“ `npm run lint:format` This command will automatically format your code. Some format errors generated by prettier may not be correctable and will have to be fixed manually.<br /><br /> ### ๐Ÿ” `npm run lint` Starts the code verification by running eslint (`npm run lint:fix`) and prettier (`npm run lint:format`).<br /><br /> ๐Ÿšจ **Warning :** This command must be executed before each commit!