Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamkhan21/marevil
App example for Evil Martians
https://github.com/iamkhan21/marevil
Last synced: about 1 month ago
JSON representation
App example for Evil Martians
- Host: GitHub
- URL: https://github.com/iamkhan21/marevil
- Owner: iamkhan21
- Created: 2021-08-24T00:16:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T17:19:54.000Z (about 2 years ago)
- Last Synced: 2023-03-03T11:24:33.114Z (almost 2 years ago)
- Language: TypeScript
- Homepage: https://marevil.netlify.app
- Size: 239 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Marevil [![Netlify Status](https://api.netlify.com/api/v1/badges/03dba363-c11b-4b83-ba55-dd12c77d7c89/deploy-status)](https://app.netlify.com/sites/marevil/deploys)
### Used technologies
- [Create React App](https://create-react-app.dev "Create React App") as a base of application
- [Userbase](https://userbase.com "Userbase") for user management
- [TypeScript](https://www.typescriptlang.org "TypeScript") to enhance development process
- [Jest](https://jestjs.io "Jest") with [Testing Library](https://testing-library.com "Testing Library") for testing
- [PostCSS](https://postcss.org "PostCSS") for styling
- Icons made by [Freepik](https://www.freepik.com "Freepik") from [www.flaticon.com](https://www.flaticon.com "Flaticon")### Instructions
Inside the newly created project, you can run some built-in commands:
- `npm start` or `yarn start`
Runs the app in development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will automatically reload if you make changes to the code.
You will see the build errors and lint warnings in the console.- `npm test` or `yarn test`
Runs the test watcher in an interactive mode.
By default, runs tests related to files changed since the last commit.
[Read more about testing.](https://facebook.github.io/create-react-app/docs/running-tests)- `npm run build` or `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.### Potential issues
You might face with some issues with PostCSS purifying plugins in reason that CRA (Create React App) don't update PostCSS dependency, they promised that it will be fixed in 5th version of react-scripts (now it is in alpha).