snowballtools-base-mirror/packages/frontend
Eric Lewis a7810a34c9
feat: one click deployer (#139)
* feat: one click deployer

This adds a script for deploying whatever is the latest on main, essentially automating the changes specified in the readme.

* fix

* repurpose existing script

* clean up

* fix

* fix

* Update latest record version

---------

Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
2024-02-29 13:11:01 +05:30
..
public [T-4910: feat] Re-styling dashboard, create project layout, project template card (#135) 2024-02-28 16:22:54 +07:00
src fix navigate 2024-02-29 00:01:56 -07:00
.env.example merge conflict and env.example 2024-02-26 17:45:51 -05:00
.eslintignore Add dev dependency @babel/plugin-proposal-private-property-in-object to remove build warning (#9) 2023-12-13 14:21:47 +05:30
.eslintrc.json update eslint with react version 2024-02-26 17:08:58 -05:00
.gitignore frontend ignore .env and change image 2024-02-26 16:57:49 -05:00
.prettierignore Create react app with tailwind, typescript, eslint and prettier (#4) 2023-12-08 10:50:55 +05:30
.prettierrc.json Create react app with tailwind, typescript, eslint and prettier (#4) 2023-12-08 10:50:55 +05:30
logo.svg Restore https://github.com/snowball-tools/snowballtools-base/pull/103 (#106) 2024-02-23 16:09:45 -06:00
package.json feat: one click deployer (#139) 2024-02-29 13:11:01 +05:30
README.md Create react app with tailwind, typescript, eslint and prettier (#4) 2023-12-08 10:50:55 +05:30
tailwind.config.js [T-4910: feat] Re-styling dashboard, create project layout, project template card (#135) 2024-02-28 16:22:54 +07:00
tsconfig.json 🔧 chore: add absolute path 2024-02-19 20:15:56 +07:00

Getting Started with Create React App

This project was bootstrapped with Create React App, using typescript-tailwindcss-eslint-prettier template.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build 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.
Your app is ready to be deployed!

See the section about deployment for more information.

yarn eject

Note: this is a one-way operation. Once you eject, you cant go back!

If you arent satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point youre on your own.

You dont have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldnt feel obligated to use this feature. However we understand that this tool wouldnt be useful if you couldnt customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.