Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

Commit

Permalink
docs: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
omaralbeik committed Aug 18, 2019
1 parent 420ad56 commit 40adf60
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@
## Features

- Single page web application using React.
- Built using NextJS.
- Server side rendering and SEO friendly
- Progressive web app (PWA).
- Fully Written in ES6.
- Client-side routing using React Router.
- State management and local caching using Redux and Local Storage.
- Google Analytics support.
- Light/Dark themes and CSS in JS using [styled-componenets](https://www.styled-components.com/)
- Fully responsive design with the help of Bootstrap.
- Support for .env files.

## Dependencies

This project is built using ReactJS, Redux and other dependencies. Complete list of 3rd party dependencies can be found in [**package.json**](package.json)
This project is built using NextJS, Redux and other dependencies. Complete list of 3rd party dependencies can be found in [**package.json**](package.json)

## Getting Started

Expand All @@ -29,12 +30,12 @@ This project is built using ReactJS, Redux and other dependencies. Complete list
npm i
```

### Start React development server
### Start NextJS development server

Run React server
Run development server

```sh
npm run start
npm run dev
```

### Create a production build
Expand Down

0 comments on commit 40adf60

Please sign in to comment.