Skip to content

Commit

Permalink
Updates readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ansarimofid committed Jun 26, 2019
1 parent 4160f5e commit 272af72
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 55 deletions.
79 changes: 25 additions & 54 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,68 +1,39 @@
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
<h1 align="center">Welcome to hapramp.com-0619 👋</h1>
<p>
<img src="https://img.shields.io/badge/version-0.1.0-blue.svg?cacheSeconds=2592000" />
</p>

## Available Scripts
> Repository for hapramp.com website
In the project directory, you can run:
### 🏠 [Homepage](httsp://hapramp.com)

### `npm start`
## Install

Runs the app in the development mode.<br>
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
```sh
yarn
```

The page will reload if you make edits.<br>
You will also see any lint errors in the console.
## Usage

### `npm test`
```sh
npm run start
```

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.
## Run tests

### `npm run build`
```sh
npm run test
```

Builds the app for production to the `build` folder.<br>
It correctly bundles React in production mode and optimizes the build for the best performance.
## Author

The build is minified and the filenames include the hashes.<br>
Your app is ready to be deployed!
👤 **Mofid Ansari**

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
* Github: [@ansarimofid](https://github.com/ansarimofid)

### `npm run eject`
## Show your support

**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
Give a ⭐️ if this project helped you!

If you aren’t 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 you’re on your own.

You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### 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
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "hapramp-0619",
"version": "0.1.0",
"homepage": "https://ansarimofid.in/hapramp-0619",
"homepage": "https://hapramp.com",
"private": true,
"description": "Repository for hapramp.com website",
"author": "Mofid Ansari",
"dependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6"
Expand Down

0 comments on commit 272af72

Please sign in to comment.