Skip to content

Commit

Permalink
Add more detail in the readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjelveh authored Nov 14, 2022
1 parent ed5689b commit f51fe7f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
2. Move to the appropriate directory: `cd <YOUR_PROJECT_NAME>`.<br />
3. Run `yarn` in order to install dependencies and clean the git repo.<br />
4. You can run `yarn start` to see the app at `http://localhost:3000`.


## Inside this boilerplate:

- A simple token based authentication with redux
- Structure based on [airbnb styleguide](https://github.com/airbnb/javascript/tree/master/react)

## Special library/plugins that you should know I used in this repository:

Expand All @@ -32,3 +38,4 @@
- prettier
- redux-logger
```

0 comments on commit f51fe7f

Please sign in to comment.